1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00

docs: fix link to "run reference"

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Upstream-commit: e1f83cb82b
Component: cli
This commit is contained in:
Sebastiaan van Stijn
2015-11-12 12:38:46 +01:00
committed by Tibor Vass
parent a1344a583d
commit 16da59f6de

View File

@@ -82,7 +82,7 @@ This is useful when you want to set up a container configuration ahead of time
so that it is ready to start when you need it. The initial status of the
new container is `created`.
Please see the [run command](run.md) section and the [Docker run reference](run.md) for more details.
Please see the [run command](run.md) section and the [Docker run reference](../run.md) for more details.
## Examples