Removed trailing whitespace in docs

This commit is contained in:
Joffrey F 2014-11-14 01:37:46 +01:00
parent 8df3a3f5ae
commit bf077ace10
6 changed files with 76 additions and 77 deletions

View File

@ -12,5 +12,4 @@ Our latest stable is always available on PyPi.
Full documentation is available in the `/docs/` directory.
## License
Docker is licensed under the Apache License, Version 2.0. See LICENSE for full
license text
Docker is licensed under the Apache License, Version 2.0. See LICENSE for full license text

View File

@ -1,7 +1,7 @@
# Using volumes
Volume declaration is done in two parts. First, you have to provide a list of
mountpoints to the `Client().create_container()` method.
Volume declaration is done in two parts. First, you have to provide
a list of mountpoints to the `Client().create_container()` method.
```python
c.create_container('busybox', 'ls', volumes=['/mnt/vol1', '/mnt/vol2'])