Merge pull request #666 from Slix/patch-1

Fix missing apostrophes in docs
This commit is contained in:
Maxime Petazzoni 2015-07-02 09:38:18 -07:00
commit 7b18543999
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ information on how to create port bindings and volume mappings.
The `mem_limit` variable accepts float values (which represent the memory limit
of the created container in bytes) or a string with a units identification char
('100000b', 1000k', 128m', '1g'). If a string is specified without a units
('100000b', '1000k', '128m', '1g'). If a string is specified without a units
character, bytes are assumed as an intended unit.
`volumes_from` and `dns` arguments raise [TypeError](