diff --git a/skeletons/ned/testenvs/testenv-common.mk b/skeletons/ned/testenvs/testenv-common.mk index 9975aea..6818469 100644 --- a/skeletons/ned/testenvs/testenv-common.mk +++ b/skeletons/ned/testenvs/testenv-common.mk @@ -199,7 +199,7 @@ check-logs: # and network namespace of the testenv NSO container. This allows running # python script and IPython that interface with NSO. dev-shell: - docker run -it --rm -v $(PROJECT_DIR):/src --volumes-from $(CNT_PREFIX)-nso$(NSO) --network container:$(CNT_PREFIX)-nso$(NSO) $(NSO_IMAGE_PATH)cisco-nso-dev:$(NSO_VERSION) + docker run -it --rm -v $(PROJECT_DIR):/src --pid container:$(CNT_PREFIX)-nso$(NSO) --volumes-from $(CNT_PREFIX)-nso$(NSO) --network container:$(CNT_PREFIX)-nso$(NSO) $(NSO_IMAGE_PATH)cisco-nso-dev:$(NSO_VERSION) # Wait for all containers in the testenv (as found via the testenv label) to # become healthy! If a container has exited, we exit immediately. diff --git a/skeletons/package/testenvs/testenv-common.mk b/skeletons/package/testenvs/testenv-common.mk index 16741bf..67a274e 100644 --- a/skeletons/package/testenvs/testenv-common.mk +++ b/skeletons/package/testenvs/testenv-common.mk @@ -199,7 +199,7 @@ check-logs: # and network namespace of the testenv NSO container. This allows running # python script and IPython that interface with NSO. dev-shell: - docker run -it --rm -v $(PROJECT_DIR):/src --volumes-from $(CNT_PREFIX)-nso$(NSO) --network container:$(CNT_PREFIX)-nso$(NSO) $(NSO_IMAGE_PATH)cisco-nso-dev:$(NSO_VERSION) + docker run -it --rm -v $(PROJECT_DIR):/src --pid container:$(CNT_PREFIX)-nso$(NSO) --volumes-from $(CNT_PREFIX)-nso$(NSO) --network container:$(CNT_PREFIX)-nso$(NSO) $(NSO_IMAGE_PATH)cisco-nso-dev:$(NSO_VERSION) # Wait for all containers in the testenv (as found via the testenv label) to # become healthy! If a container has exited, we exit immediately. diff --git a/skeletons/system/testenvs/testenv-common.mk b/skeletons/system/testenvs/testenv-common.mk index 9975aea..6818469 100644 --- a/skeletons/system/testenvs/testenv-common.mk +++ b/skeletons/system/testenvs/testenv-common.mk @@ -199,7 +199,7 @@ check-logs: # and network namespace of the testenv NSO container. This allows running # python script and IPython that interface with NSO. dev-shell: - docker run -it --rm -v $(PROJECT_DIR):/src --volumes-from $(CNT_PREFIX)-nso$(NSO) --network container:$(CNT_PREFIX)-nso$(NSO) $(NSO_IMAGE_PATH)cisco-nso-dev:$(NSO_VERSION) + docker run -it --rm -v $(PROJECT_DIR):/src --pid container:$(CNT_PREFIX)-nso$(NSO) --volumes-from $(CNT_PREFIX)-nso$(NSO) --network container:$(CNT_PREFIX)-nso$(NSO) $(NSO_IMAGE_PATH)cisco-nso-dev:$(NSO_VERSION) # Wait for all containers in the testenv (as found via the testenv label) to # become healthy! If a container has exited, we exit immediately.