diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/README.md b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/README.md new file mode 100644 index 0000000000..1d9b29ccf3 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/README.md @@ -0,0 +1,17 @@ +## Tips and Tricks + +To hack on docker and develop a patch do these steps: + +``` +git clone https://github.com/docker/docker +cd docker +ln -s ../../../../ vendor/src/github.com/docker/docker +./hack/make.sh dynbinary +``` + +Then add some symlinks: + +``` +ln -s $PWD/bundles/VERSION-OF-DOCKER-dev/dynbinary/docker /usr/local/bin/docker +ln -s $PWD/bundles/VERSION-OF-DOCKER-dev/dynbinary/dockerinit /usr/local/bin/dockerinit +```