mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
docker files: add DOCKER_BUILDKIT=1
This commit is contained in:
parent
c4b07b072c
commit
fce3bb1d9c
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
# By default runs tracker on port 3000 without info hash access control.
|
# By default runs tracker on port 3000 without info hash access control.
|
||||||
#
|
#
|
||||||
# Run from repository root directory with:
|
# Run from repository root directory with:
|
||||||
# $ docker build -t aquatic-udp -f docker/aquatic_udp.Dockerfile .
|
# $ DOCKER_BUILDKIT=1 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
|
# $ 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.
|
# Pass --network="host" to run command for much better performance.
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
# in ACCESS_LIST_CONTENTS env var
|
# in ACCESS_LIST_CONTENTS env var
|
||||||
#
|
#
|
||||||
# Run from root directory of aquatic repository with:
|
# Run from root directory of aquatic repository with:
|
||||||
# $ docker build -t aquatic-ws -f docker/aquatic_ws.Dockerfile .
|
# $ DOCKER_BUILDKIT=1 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
|
# $ 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.
|
# Pass --network="host" to run command for much better performance.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue