docker #18
@ -21,3 +21,5 @@ CMD node app.js
|
||||
# docker run -it -d --restart always -p 3000:3000/tcp -p 2000-2200:2000-2200/udp linx-video
|
||||
#Run under host network
|
||||
# docker run -it -d --network host --restart always -p 3000:3000/tcp -p 2000-2200:2000-2200/udp linx-video
|
||||
#https://docs.docker.com/config/containers/resource_constraints/
|
||||
#docker run -it -d --network host --cpus="0.25" --memory="512m" --restart always -p 3000:3000/tcp -p 2000-2200:2000-2200/udp linx-video
|
Loading…
Reference in New Issue
Block a user