Browse code

Various FIXME items

Solomon Hykes authored on 2013/06/15 07:11:34
Showing 1 changed files
... ...
@@ -16,3 +16,13 @@ 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