Skip to content

Instantly share code, notes, and snippets.

@rbin
Created April 30, 2014 00:35
Show Gist options
  • Save rbin/b88d67ab088af2e3610f to your computer and use it in GitHub Desktop.
Save rbin/b88d67ab088af2e3610f to your computer and use it in GitHub Desktop.
docker build -t="my_nginx_image" .
Uploading context 25.09 kB
Uploading context
Step 0 : FROM ubuntu
---> 9cd978db300e
Step 1 : MAINTAINER O.S. Tezer, ostezer@gmail.com
---> 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