max-mapper / max-mapper/docker-stream
docker issues
Open
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 pullpulls ALL versions of the image.docker pull foobar:latestwill 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
-itto 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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