Created
April 30, 2014 00:35
-
-
Save rbin/b88d67ab088af2e3610f to your computer and use it in GitHub Desktop.
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
docker build -t="my_nginx_image" . | |
Uploading context 25.09 kB | |
Uploading context | |
Step 0 : FROM ubuntu | |
---> 9cd978db300e | |
Step 1 : MAINTAINER O.S. Tezer, [email protected] | |
---> Using cache | |
---> 467542d0cdd3 | |
Step 2 : RUN echo "deb http://archive.ubuntu.com/ubuntu/ raring main universe" >> /etc/apt/sources.list | |
---> Using cache | |
---> 0a688bd2a48c | |
Step 3 : RUN apt-get update | |
---> Running in de2937e8915a | |
. . . | |
Step 10 : CMD /usr/sbin/nginx | |
---> Running in b4908b9b9868 | |
---> 626e92c5fab1 | |
Successfully built 626e92c5fab1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment