1
0
mirror of https://github.com/moby/moby.git synced 2025-12-12 10:01:33 +03:00
Files
moby/docs/sources/examples/running_examples.rst
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