1
0
mirror of https://github.com/docker/cli.git synced 2026-01-16 20:22:36 +03:00

not debian, but ubuntu is in base image

Upstream-commit: 502f772839859823639aef1add8d5463e5be11fc
Component: engine
This commit is contained in:
Thatcher Peskens
2013-03-26 18:28:46 -07:00
parent d0ddb11c83
commit b89eec4029

View File

@@ -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.