Skip to content

Commit

Permalink
feat(docker): expose network host
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrdjan committed Nov 23, 2022
1 parent 692b712 commit a120745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ubuntu-qa.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# Build:
# docker build --platform=linux/amd64 -t ubuntu-qa -f ubuntu-qa.Dockerfile .
# docker run --platform=linux/amd64 -it --name ubuntu-qa -v /Users/d037732/SAPDevelop/dev:/home/www-admin/src ubuntu-qa /bin/bash --login
# docker run --platform=linux/amd64 --network host -it --name ubuntu-qa -v /Users/d037732/SAPDevelop/dev:/home/www-admin/src ubuntu-qa /bin/bash --login
#
# Run:
# docker start -ai ubuntu-qa
Expand Down

0 comments on commit a120745

Please sign in to comment.