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 144f11d commit 9bf3efbCopy full SHA for 9bf3efb
docs/volumes.md
@@ -4,7 +4,7 @@ Volume declaration is done in two parts. First, you have to provide
4
a list of mountpoints to the `Client().create_container()` method.
5
6
```python
7
-c.create_container('busybox', 'ls', volumes=['/mnt/vol1', '/mnt/vol2'])
+container_id = c.create_container('busybox', 'ls', volumes=['/mnt/vol1', '/mnt/vol2'])
8
```
9
10
Volume mappings are then declared inside the `Client.start` method like this:
0 commit comments