Kaydet (Commit) 2ece1484 authored tarafından Joffrey F's avatar Joffrey F

Fixed: missing linebreak

üst eb62af9d
...@@ -91,7 +91,7 @@ Similar to the `docker run` command with the `-b="/host:/mnt"`. ...@@ -91,7 +91,7 @@ Similar to the `docker run` command with the `-b="/host:/mnt"`.
Requires the container to be created with the volumes argument: Requires the container to be created with the volumes argument:
`c.create_container(..., volumes={'/mnt': {}})` `c.create_container(..., volumes={'/mnt': {}})`
* `c.stop(containers..., t=10)` * `c.stop(containers..., t=10)`
Identical to the `docker stop` command. Identical to the `docker stop` command.
* `c.tag(image, repository, tag=None, force=False)` * `c.tag(image, repository, tag=None, force=False)`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment