Skip to content
Advertisement

Tag: wildfly

How to port forward in Docker container?

I’d like to forward 8080 port to 80 with iptables in a Docker container. In the build I have an error message as you can see below. Here is the Dockerfile: Here is the output: Thank you in advance for any help you can provide. Answer First, running an iptables command during the docker build process would never make sense;

Advertisement