- Remove references to sudo in basics.md; see sudo instructions top of file

- Removing references to Boot2Docker replacing with Docker Machine
- Removing sudo warnings in instances where appropriate (no sudo in file)
- Updating with comments

Signed-off-by: Mary Anthony <mary@docker.com>
Upstream-commit: cc375a1e48d0f4b3855e7f14b09ead244bbbadfb
Component: engine
This commit is contained in:
Mary Anthony
2015-08-05 09:07:11 -07:00
parent bf6ea4035c
commit 26a62f2497
12 changed files with 46 additions and 55 deletions

View File

@ -10,10 +10,6 @@ parent = "smn_cli"
# Using the command line
> **Note:** If you are using a remote Docker daemon, such as Boot2Docker,
> then _do not_ type the `sudo` before the `docker` commands shown in the
> documentation's examples.
To list available commands, either run `docker` with no parameters
or execute `docker help`: