From 30b546efc2c909f918136075c1f2d9052d2c41b1 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Thu, 24 Mar 2016 14:41:41 -0400 Subject: [PATCH] Fix tutorial text --- static/tutorial/create-container.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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