Skip to content

Instantly share code, notes, and snippets.

@superstructor
Created September 14, 2014 09:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save superstructor/765df8bd2eddb02d21eb to your computer and use it in GitHub Desktop.
Save superstructor/765df8bd2eddb02d21eb to your computer and use it in GitHub Desktop.
etcd+git install via Docker
#!/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