Created
May 3, 2016 21:41
-
-
Save supermasita/8935da063725f456de45a7ebe86e59ad to your computer and use it in GitHub Desktop.
Docker - Adding port to already runnning container (example)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo iptables -t nat -A DOCKER -p tcp --dport 443 -j DNAT --to-destination 172.17.0.1:443 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment