Created
September 14, 2014 09:58
-
-
Save superstructor/765df8bd2eddb02d21eb to your computer and use it in GitHub Desktop.
etcd+git install via Docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
docker run -v /opt/bin:/opt/bin --rm quay.io/joukou/golang /bin/bash -c "git clone https://github.com/coreos/etcd.git && cd etcd && ./build && cp bin/etcd /opt/bin" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment