max-mapper / max-mapper/docker-stream

docker issues

Open
#4 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
68
Forks
1
PR merge metrics
No merged PRs in 30d

Description

writing down stuff that is annoying about docker

  • docker pull pulls ALL versions of the image. docker pull foobar:latest will get only the most recent one (what most people probably want)
  • when you pull, it shows download status of a bunch of container ID hashes, which is pretty user unfriendly. would be better if it shows the tag name so you knew what it was actually downloading
  • you have to run docker with -it to make it behave like a normal child process (otherwise you wont be able to SIGTERM it)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Separate the three Docker CLI concerns before starting: image pulling, pull progress display, and process handling with -it. Begin at the command entry points for docker pull and container execution, then verify each proposed behavior independently; done requires an agreed scope and checks for all three cases.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, javascript
Domain
cli, devops
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.