mirror of https://github.com/docker/docs.git
Fixed error in link
This commit is contained in:
parent
61e9f0c82f
commit
476cfa4449
|
@ -7,7 +7,7 @@ title: Start containers automatically
|
||||||
---
|
---
|
||||||
|
|
||||||
As of Docker 1.2, [restart
|
As of Docker 1.2, [restart
|
||||||
policies](../reference/run.md#restart-policies-restart) are the built-in Docker
|
policies](../reference/run.md#restart-policies---restart) are the built-in Docker
|
||||||
mechanism for restarting containers when they exit. If set, restart policies
|
mechanism for restarting containers when they exit. If set, restart policies
|
||||||
will be used when the Docker daemon starts up, as typically happens after a
|
will be used when the Docker daemon starts up, as typically happens after a
|
||||||
system boot. Restart policies will ensure that linked containers are started in
|
system boot. Restart policies will ensure that linked containers are started in
|
||||||
|
|
Loading…
Reference in New Issue