I might be misunderstanding, but according to pot help export-ports:
-e [proto:]port[:pot_port] : port(s) to export
proto can be tcp (default) or udp
port is the port to export
pot_port : a static port to NAT to inside the pot
dynamically allocated by default
So, shouldn't the pot-prepare command above have -e 28443:20043?
This is my job file:
What I expect to happen is that nomad reserves dynamically a port, which it will route to port 20043 inside the jail.
What I see in the logs is this:
I might be misunderstanding, but according to
pot help export-ports
:So, shouldn't the pot-prepare command above have
-e 28443:20043
?