You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,8 @@ more information on how to create port bindings and volume mappings.
81
81
The `environment` variable accepts a dictionary or a list of strings
82
82
in the following format `["PASSWORD=xxx"]` or `{"PASSWORD": "xxx"}`.
83
83
84
+
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 character, bytes are assumed as an intended unit.
85
+
84
86
`volumes_from` and `dns` arguments raise TypeError exception if they are used
85
87
against v1.10 of docker remote API. Those arguments should be passed to
0 commit comments