Browse code

FIXMEs

Solomon Hykes authored on 2013/06/16 04:09:10
Showing 1 changed files
... ...
@@ -16,15 +16,21 @@ to put them - so we put them here :)
16 16
 * Unify build commands and regular commands
17 17
 * Move source code into src/ subdir for clarity
18 18
 * Clean up the Makefile, it's a mess
19
-- docker buidl: show short IDs
20
-- docker build: on non-existent local path for ADD, don't show full absolute path on the host
21
-- mount into /dockerinit rather than /sbin/init
22
-- docker tag foo REPO:TAG
23
-- use size header for progress bar in pull
24
-- Clean up context upload in build!!!
25
-- Parallel pull
26
-- Ensure /proc/sys/net/ipv4/ip_forward is 1
27
-- Force DNS to public!
28
-- Always generate a resolv.conf per container, to avoid changing resolv.conf under thne container's feet
29
-- Save metadata with import/export
30
-- Upgrade dockerd without stopping containers
19
+* docker buidl: show short IDs
20
+* docker build: on non-existent local path for ADD, don't show full absolute path on the host
21
+* mount into /dockerinit rather than /sbin/init
22
+* docker tag foo REPO:TAG
23
+* use size header for progress bar in pull
24
+* Clean up context upload in build!!!
25
+* Parallel pull
26
+* Ensure /proc/sys/net/ipv4/ip_forward is 1
27
+* Force DNS to public!
28
+* Always generate a resolv.conf per container, to avoid changing resolv.conf under thne container's feet
29
+* Save metadata with import/export
30
+* Upgrade dockerd without stopping containers
31
+* bring back git revision info, looks like it was lost
32
+* Simple command to remove all untagged images
33
+* Simple command to clean up containers for disk space
34
+* Caching after an ADD
35
+* entry point config
36
+* bring back git revision info, looks like it was lost