Skip to content
Snippets Groups Projects
Commit fd52fe6c authored by Matthias Schnepf's avatar Matthias Schnepf
Browse files

Add security-opt argument handling in docker_wrapper.py

parent a6c1dd6e
Branches
No related tags found
No related merge requests found
......@@ -73,6 +73,7 @@ def main():
parser.add_argument('--memory', action='append')
parser.add_argument('--group-add', dest='group-add', action='append')
parser.add_argument('--gpus', action='append')
parser.add_argument('--security-opt', dest='security-opt', action='append')
args, docker_opts = parser.parse_known_args()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment