Created
July 4, 2014 00:21
-
-
Save larrycai/91cb5b5a7e944417f781 to your computer and use it in GitHub Desktop.
docker's Dockerfile
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
| FROM ubuntu:latest | |
| RUN apt-get update | |
| MAINTAINER Larry Cai "[email protected]" | |
| RUN apt-get install -y curl make | |
| RUN curl https://get.docker.io/builds/Linux/x86_64/docker-latest -o /usr/local/bin/docker | |
| RUN chmod +x /usr/local/bin/docker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment