1
0
mirror of https://github.com/docker/cli.git synced 2026-01-16 20:22:36 +03:00
Files
cli/components/engine/docs/sources/examples/running_examples.rst
Daniel Gasienica 74278bf53f Use title case for consistency
Upstream-commit: 2935ca7ee2879723c786b86ee87cc1be26dad7b8
Component: engine
2013-06-01 22:03:12 -07:00

600 B

title
Running the Examples
description
An overview on how to run the docker examples
keywords
docker, examples, how to

Running the Examples

All the examples assume your machine is running the docker daemon. To run the docker daemon in the background, simply type:

sudo docker -d &

Now you can run docker in client mode: all commands will be forwarded to the docker daemon, so the client can run from any account.

# now you can run docker commands from any account.
docker help