-1

How is possible to open ports on existing docker container, without creating a new configured one?

I have the container with the OpenVAS configuration, just need to open the ports for the Greenbone assistant being opened in the local browser from the container. No IPTables, no additional configuration were made to the container. Just Openvas and Greenbone assistant configuration. By default using host network, also have tried to bridge the connection between localhost and the container.

Ion Sarov
  • 1
  • 3

1 Answers1

0

That is not possible, you need to perform any change on running Docker containers you must recreate them

Al-waleed Shihadeh
  • 1,964
  • 2
  • 4
  • 13