From 084d450e6d4af78285970fdc6540c4e14bb0a102 Mon Sep 17 00:00:00 2001
From: Sven Dowideit
Date: Thu, 10 Jul 2014 17:11:16 +1000
Subject: [PATCH] use ubuntu not busybox
---
mpkg/Resources/en.lproj/Installed.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mpkg/Resources/en.lproj/Installed.html b/mpkg/Resources/en.lproj/Installed.html
index 7039ecf..bf10747 100644
--- a/mpkg/Resources/en.lproj/Installed.html
+++ b/mpkg/Resources/en.lproj/Installed.html
@@ -10,7 +10,7 @@
- - Quick-Start: Run the Boot2Docker app (in Applications) to open a terminal window and start a test container with:
docker run busybox echo "Hello world"
.
+ - Quick-Start: Run the Boot2Docker app (in Applications) to open a terminal window and start a test container with:
docker run ubuntu echo "Hello world"
.