Skip to content

Commit

Permalink
Merge pull request #236 from HugoY/master
Browse files Browse the repository at this point in the history
Fix Container.stop documentation
  • Loading branch information
oleg-nenashev authored Dec 27, 2020
2 parents 7bd0865 + 11f5c8f commit 80f587b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
Hexadecimal ID of a running container.
</p>
</dd>
<dt><code>Container.stop</code></dt>
<dt><code>Container.stop()</code></dt>
<dd>
<p>
Runs <code>docker stop</code> and <code>docker rm</code> to shut down a container and remove its storage.
Expand Down

0 comments on commit 80f587b

Please sign in to comment.