Add a note that remote and Boot2Docker users should not type sudo

Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@docker.com> (github: SvenDowideit)
Upstream-commit: d5df948829bfd6e12dc2c0ca3228b583386b6e87
Component: engine
This commit is contained in:
Sven Dowideit
2014-12-29 18:19:42 +10:00
committed by Sven Dowideit
parent 701611541f
commit bafbcb6583
8 changed files with 16 additions and 1 deletions

View File

@ -9,6 +9,8 @@ page_keywords: docker guide, docker, docker platform, virtualization framework,
Docker allows you to run applications inside containers. Running an
application inside a container takes a single command: `docker run`.
{{ include "no-remote-sudo.md" }}
## Hello world
Let's try it now.