Skip to content

Commit

Permalink
use mount rw in /etc/containers/network
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 2afb225 commit 7913c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memory-exhaustion/memory-exhaustion
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ start_initial_container() {
sudo podman run -d --privileged \
--name "$MEMORY_EXHAUSTION_BASE_CONTAINER_NAME" \
--replace \
--network=host \
-v /etc/containers/networks:/etc/containers/networks:rw \
-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 7913c2b

Please sign in to comment.