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 6fac5fd commit 144f11dCopy full SHA for 144f11d
docs/port-bindings.md
@@ -3,7 +3,7 @@ Port bindings is done in two parts. Firstly, by providing a list of ports to
3
open inside the container in the `Client().create_container()` method.
4
5
```python
6
-c.create_container('busybox', 'ls', ports=[1111, 2222])
+container_id = c.create_container('busybox', 'ls', ports=[1111, 2222])
7
```
8
9
Bindings are then declared in the `Client.start` method.
0 commit comments