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

Removed trailing whitespace in docs

üst 8df3a3f5
...@@ -12,5 +12,4 @@ Our latest stable is always available on PyPi. ...@@ -12,5 +12,4 @@ Our latest stable is always available on PyPi.
Full documentation is available in the `/docs/` directory. Full documentation is available in the `/docs/` directory.
## License ## License
Docker is licensed under the Apache License, Version 2.0. See LICENSE for full Docker is licensed under the Apache License, Version 2.0. See LICENSE for full license text
license text
# Using volumes # Using volumes
Volume declaration is done in two parts. First, you have to provide a list of Volume declaration is done in two parts. First, you have to provide
mountpoints to the `Client().create_container()` method. a list of mountpoints to the `Client().create_container()` method.
```python ```python
c.create_container('busybox', 'ls', volumes=['/mnt/vol1', '/mnt/vol2']) c.create_container('busybox', 'ls', volumes=['/mnt/vol1', '/mnt/vol2'])
......
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