Skip to content

Commit

Permalink
Use host network when building our custom zip image
Browse files Browse the repository at this point in the history
  • Loading branch information
WaveHack committed Aug 29, 2022
1 parent f5c1aa9 commit 71195c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/backup-volume
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ TMP_FILE="/tmp/$ZIP_FILENAME"

touch "$TMP_FILE" # Create with current user ownership

docker build -t wavehack:zip /root/intranet/.docker/zip
docker build -t wavehack:zip /root/intranet/.docker/zip --network=host

docker run \
--rm \
Expand Down

0 comments on commit 71195c8

Please sign in to comment.