1
0
mirror of https://github.com/docker/cli.git synced 2026-01-25 03:42:05 +03:00
Files
cli/components/engine/docs/sources/examples/running_examples.rst
Solomon Hykes b79707c599 Fix examples in README to no longer rely on standalone mode
Upstream-commit: 3ae5c45d9a75befdd144d689a70c32180b0a16c6
Component: engine
2013-04-18 22:22:00 -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