mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
dockerfiles: recommend using --network="host"
This commit is contained in:
parent
24b86107ca
commit
c4b07b072c
2 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,8 @@
|
|||
# Run from repository root directory with:
|
||||
# $ docker build -t aquatic-udp -f docker/aquatic_udp.Dockerfile .
|
||||
# $ docker run -it -p 0.0.0.0:3000:3000/udp --name aquatic-udp aquatic-udp
|
||||
#
|
||||
# Pass --network="host" to run command for much better performance.
|
||||
|
||||
FROM rust:latest AS builder
|
||||
|
||||
|
|
|
|||
|
|
@ -17,6 +17,8 @@
|
|||
# Run from root directory of aquatic repository with:
|
||||
# $ docker build -t aquatic-ws -f docker/aquatic_ws.Dockerfile .
|
||||
# $ docker run -it --ulimit memlock=65536:65536 -p 0.0.0.0:3000:3000 --name aquatic-ws aquatic-ws
|
||||
#
|
||||
# Pass --network="host" to run command for much better performance.
|
||||
|
||||
FROM rust:latest AS builder
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue