mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 06:51:26 +02:00
app-emulation/docker: add some hacking instructions
This commit is contained in:
parent
40ca691c98
commit
e8668db789
17
sdk_container/src/third_party/coreos-overlay/app-emulation/docker/README.md
vendored
Normal file
17
sdk_container/src/third_party/coreos-overlay/app-emulation/docker/README.md
vendored
Normal file
@ -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
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user