diff --git a/static/tutorial/create-container.html b/static/tutorial/create-container.html index 394991bc0..3f6f22f94 100644 --- a/static/tutorial/create-container.html +++ b/static/tutorial/create-container.html @@ -1,6 +1,6 @@
The first step to creating an image is to create a container and fill it with some data.
-First we'll create a container with a single new file based off of the ubuntu
base image:
First we'll create a container with a single new file based off of the busybox
base image:
sudo
docker run busybox echo "fun" > newfile @@ -11,7 +11,7 @@sudo
docker ps -l CONTAINER ID IMAGE COMMAND CREATED -07f2065197ef ubuntu:12.04 echo fun 31 seconds ago +07f2065197ef busybox:latest echo fun 31 seconds ago