mirror of
https://github.com/wsargent/docker-cheat-sheet.git
synced 2025-09-22 05:40:50 +02:00
Make "Starting and Stopping" a level 3 header
This commit is contained in:
parent
9a6af862f6
commit
e70b7981d5
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ If you want to remove also the volumes associated with the container, the deleti
|
|||
|
||||
There's also a [logging driver](https://docs.docker.com/engine/admin/logging/overview/) available for individual containers in docker 1.10. To run docker with a custom log driver (i.e. to syslog), use `docker run --log-driver=syslog`
|
||||
|
||||
## Starting and Stopping
|
||||
### Starting and Stopping
|
||||
|
||||
* [`docker start`](https://docs.docker.com/reference/commandline/start) starts a container so it is running.
|
||||
* [`docker stop`](https://docs.docker.com/reference/commandline/stop) stops a running container.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue