2013-06-12 18:21:28 -04:00
|
|
|
|
|
|
|
## FIXME
|
|
|
|
|
|
|
|
This file is a loose collection of things to improve in the codebase, for the internal
|
|
|
|
use of the maintainers.
|
|
|
|
|
|
|
|
They are not big enough to be in the roadmap, not user-facing enough to be github issues,
|
|
|
|
and not important enough to be discussed in the mailing list.
|
|
|
|
|
|
|
|
They are just like FIXME comments in the source code, except we're not sure where in the source
|
|
|
|
to put them - so we put them here :)
|
|
|
|
|
|
|
|
|
|
|
|
* Run linter on codebase
|
|
|
|
* Unify build commands and regular commands
|
|
|
|
* Move source code into src/ subdir for clarity
|
2013-06-15 15:09:10 -04:00
|
|
|
* docker build: on non-existent local path for ADD, don't show full absolute path on the host
|
|
|
|
* use size header for progress bar in pull
|
|
|
|
* Clean up context upload in build!!!
|
|
|
|
* Parallel pull
|
|
|
|
* Upgrade dockerd without stopping containers
|
2013-10-06 15:55:26 -04:00
|
|
|
* Simple command to remove all untagged images (`docker rmi $(docker images | awk '/^<none>/ { print $3 }')`)
|
2013-06-15 15:09:10 -04:00
|
|
|
* Simple command to clean up containers for disk space
|
2013-06-17 21:26:41 -04:00
|
|
|
* Clean up the ProgressReader api, it's a PITA to use
|