Skip to content

Commit

Permalink
chore: adding metric network to podman
Browse files Browse the repository at this point in the history
  • Loading branch information
yaansz committed Oct 13, 2024
1 parent 69ec51a commit 1ac92ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions start-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ podman run -d \
--name $CONTAINER_NAME \
--restart always \
--network slirp4netns:allow_host_loopback=true \
--network metrics \
$CONTAINER_REPOSITORY || { echo 'Failed to start container failed'; exit 1; }


Expand Down

0 comments on commit 1ac92ae

Please sign in to comment.