Docker Server Operations: Difference between revisions
Jump to navigation
Jump to search
(→Start) |
|||
Line 19: | Line 19: | ||
Use <tt>dockerd</tt>, which is the utility to start the Docker in daemon mode. | Use <tt>dockerd</tt>, which is the utility to start the Docker in daemon mode. | ||
< | <font color=red>TODO</font> | ||
</ | |||
=Troubleshooting= | =Troubleshooting= |
Revision as of 21:31, 4 April 2017
Internal
Relevance
- Docker 17.03.1-ce
Enable at Boot
systemctl enable docker systemctl start docker
Start
Use dockerd, which is the utility to start the Docker in daemon mode.
TODO