mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #19048 from thaJeztah/update-configuring-docker
docs: update configuring docker for systemd
This commit is contained in:
commit
822a808688
1 changed files with 4 additions and 0 deletions
|
@ -85,6 +85,10 @@ You can start/stop/restart the `docker` daemon using
|
|||
|
||||
### Configuring Docker
|
||||
|
||||
The instructions below depict configuring Docker on a system that uses `upstart`
|
||||
as the process manager. As of Ubuntu 15.04, Ubuntu uses `systemd` as its process
|
||||
manager. For Ubuntu 15.04 and higher, refer to [control and configure Docker with systemd](systemd.md).
|
||||
|
||||
You configure the `docker` daemon in the `/etc/default/docker` file on your
|
||||
system. You do this by specifying values in a `DOCKER_OPTS` variable.
|
||||
|
||||
|
|
Loading…
Reference in a new issue