Skip to content
Snippets Groups Projects
Commit 350e8b43 authored by Maximilian Horzela's avatar Maximilian Horzela
Browse files

Removed double occupancy of argument `--memory`

parent 67ea784c
Branches
No related tags found
No related merge requests found
......@@ -61,7 +61,6 @@ def main():
# Otherwise we cannot identify the Docker image because it is a
# positional argument.
parser.add_argument('--cpu-shares', dest='cpu-shares', action='append')
parser.add_argument('--memory', action='append')
parser.add_argument('--cap-drop', dest='cap-drop', action='append')
parser.add_argument('--hostname', action='append')
parser.add_argument('--label', action='append')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment