mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Change all docker -d to docker daemon
Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
This commit is contained in:
parent
5d54f50751
commit
81cc8ebc93
15 changed files with 27 additions and 27 deletions
|
|
@ -315,7 +315,7 @@ appropriate for your distro's init script to live there too!).
|
|||
In general, Docker should be run as root, similar to the following:
|
||||
|
||||
```bash
|
||||
docker -d
|
||||
docker daemon
|
||||
```
|
||||
|
||||
Generally, a `DOCKER_OPTS` variable of some kind is available for adding more
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue