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.
2 parents f3453aa + 3bc9f52 commit 7b18543Copy full SHA for 7b18543
docs/api.md
@@ -184,7 +184,7 @@ information on how to create port bindings and volume mappings.
184
185
The `mem_limit` variable accepts float values (which represent the memory limit
186
of the created container in bytes) or a string with a units identification char
187
-('100000b', 1000k', 128m', '1g'). If a string is specified without a units
+('100000b', '1000k', '128m', '1g'). If a string is specified without a units
188
character, bytes are assumed as an intended unit.
189
190
`volumes_from` and `dns` arguments raise [TypeError](
0 commit comments