Skip to content

Commit

Permalink
Make "Starting and Stopping" a level 3 header
Browse files Browse the repository at this point in the history
  • Loading branch information
wsargent committed May 11, 2016
1 parent 9a6af86 commit e70b798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e70b798

Please sign in to comment.