From b89eec4029496cc80fe3cbdadff755a7ab3b5678 Mon Sep 17 00:00:00 2001 From: Thatcher Peskens Date: Tue, 26 Mar 2013 18:28:46 -0700 Subject: [PATCH] not debian, but ubuntu is in base image Upstream-commit: 502f772839859823639aef1add8d5463e5be11fc Component: engine --- .../engine/docs/sources/documentation/examples/hello_world.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/sources/documentation/examples/hello_world.rst b/components/engine/docs/sources/documentation/examples/hello_world.rst index 581608488e..9e3988960d 100644 --- a/components/engine/docs/sources/documentation/examples/hello_world.rst +++ b/components/engine/docs/sources/documentation/examples/hello_world.rst @@ -18,7 +18,7 @@ Download the base container # Download a base image docker pull base -The *base* image is a minimal Debian based container, alternatively you can select *busybox*, a bare +The *base* image is a minimal *ubuntu* based container, alternatively you can select *busybox*, a bare minimal linux system. The images are retrieved from the docker repository.