Network mode is hardcoded to 'host' #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This prevents port mapping and spawning multiple servers from the same image mapped to different ports on the host.
#29 so this allows us to map
container_port/proto
tohost_port
. That’s well and good for if you want a single container of a particular server to be the only thing possible . SoWe need a free port checker utility inside the admin panel itself. which will give the closest available ports to the ones in use.
Another aspect is that we can extend the aforementioned port mappings to also have a field which says what purpose does that serve is it for qtv sort of thing or only for querying or for master servers to check alive status as in UT99
for eg. we could also state what these ports are for.