From 0379baac6c5f76287e76804e411af91432139379 Mon Sep 17 00:00:00 2001
From: jakedt First we'll create a container with a single new file based off of the The container will immediately terminate (because its one command is ubuntu
base image:
-
sudo
docker run ubuntu echo "fun" > newfile
+sudo
docker run busybox echo "fun" > newfile
echo
), so we'll use docker ps -l
to list it:
diff --git a/static/tutorial/welcome.html b/static/tutorial/welcome.html
index 76fdd7219..b7b75373d 100644
--- a/static/tutorial/welcome.html
+++ b/static/tutorial/welcome.html
@@ -8,3 +8,5 @@
This tutorial should take about 15 minutes, but may take slightly longer depending on the speed of your internet connection
\ No newline at end of file