Browse code

Update fixme Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)

Michael Crosby authored on 2014/02/15 08:17:12
Showing 1 changed files
... ...
@@ -11,20 +11,14 @@ They are just like FIXME comments in the source code, except we're not sure wher
11 11
 to put them - so we put them here :)
12 12
 
13 13
 
14
-* Merge Runtime, Server and Builder into Runtime
15 14
 * Run linter on codebase
16 15
 * Unify build commands and regular commands
17 16
 * Move source code into src/ subdir for clarity
18 17
 * docker build: on non-existent local path for ADD, don't show full absolute path on the host
19
-* docker tag foo REPO:TAG
20 18
 * use size header for progress bar in pull
21 19
 * Clean up context upload in build!!!
22 20
 * Parallel pull
23
-* Always generate a resolv.conf per container, to avoid changing resolv.conf under thne container's feet
24
-* Save metadata with import/export (#1974)
25 21
 * Upgrade dockerd without stopping containers
26 22
 * Simple command to remove all untagged images (`docker rmi $(docker images | awk '/^<none>/ { print $3 }')`)
27 23
 * Simple command to clean up containers for disk space
28
-* Caching after an ADD (#880)
29 24
 * Clean up the ProgressReader api, it's a PITA to use
30
-* Use netlink instead of iproute2/iptables (#925)