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
Thatcher Peskens 5e92f87f4e Merged changes
Upstream-commit: 4031a01af1658225344af04be0dbd4225893c242
Component: engine
2013-04-22 18:38:42 -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