We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2108a54 commit 8b83cf0Copy full SHA for 8b83cf0
README.md
@@ -98,7 +98,7 @@ Requires the container to be created with the volumes argument:
98
`c.create_container(..., volumes={'/mnt': {}})`
99
`lxc_conf` allows to pass LXC configuration options in dict form.
100
101
-* `c.stop(containers, timeout=10)`
+* `c.stop(container, timeout=10)`
102
Stops a container. Similar to the `docker stop` command.
103
104
* `c.tag(image, repository, tag=None, force=False)`
@@ -110,7 +110,7 @@ Identical to the `docker top` command.
110
* `c.version()`
111
Identical to the `docker version` command.
112
113
-* `c.wait(containers)`
+* `c.wait(container)`
114
Wait for a container and return its exit code. Similar to the `docker wait`
115
command.
116
0 commit comments