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.
1 parent 95f317a commit af82081Copy full SHA for af82081
files/build_templates/docker_image_ctl.j2
@@ -540,7 +540,9 @@ start() {
540
# TODO: Mellanox will remove the --tmpfs exception after SDK socket path changed in new SDK version
541
{%- endif %}
542
docker create {{docker_image_run_opt}} \
543
+{%- if '--net' not in docker_image_run_opt %}
544
--net=$NET \
545
+{%- endif %}
546
-e RUNTIME_OWNER=local \
547
--uts=host \{# W/A: this should be set per-docker, for those dockers which really need host's UTS namespace #}
548
{%- if install_debug_image == "y" %}
0 commit comments