mirror of https://github.com/docker/docs.git
Update the link to docs (#2603)
* Update the link to docs Update the link to the correct documentation. * Update using_supervisord.md
This commit is contained in:
parent
93e1cdf2f9
commit
5e0854b2c3
|
@ -8,7 +8,7 @@ title: Use Supervisor with Docker
|
|||
|
||||
> **Note**:
|
||||
> - **If you don't like sudo** then see [*Giving non-root
|
||||
> access*](../installation/binaries.md#giving-non-root-access)
|
||||
> access*](/engine/installation/linux/linux-postinstall/#manage-docker-as-a-non-root-user)
|
||||
|
||||
Traditionally a Docker container runs a single process when it is launched, for
|
||||
example an Apache daemon or a SSH server daemon. Often though you want to run
|
||||
|
|
Loading…
Reference in New Issue