Skip to content

Commit

Permalink
memoru-ex: remove --network=host
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Schilling Landgraf <[email protected]>
  • Loading branch information
dougsland committed Aug 20, 2024
1 parent 9e401f4 commit 7fe2da8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion memory-exhaustion/memory-exhaustion
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ start_initial_container() {
PODMAN_CMD="sudo podman run -d --privileged \
--name \"$MEMORY_EXHAUSTION_BASE_CONTAINER_NAME\" \
--replace \
--network=host \
-v /mnt/container_mem_test:/mnt/test_volume \
$VOLUME_OPTS \
-e MEMORY_EXHAUSTION_BASE_CONTAINER_NAME=\"$MEMORY_EXHAUSTION_BASE_CONTAINER_NAME\" \
Expand Down

0 comments on commit 7fe2da8

Please sign in to comment.