Skip to content

Instantly share code, notes, and snippets.

@tamhv
Created November 26, 2018 09:34
Show Gist options
  • Save tamhv/d11204b2c4224f4f0b03ba9aa422a40c to your computer and use it in GitHub Desktop.
Save tamhv/d11204b2c4224f4f0b03ba9aa422a40c to your computer and use it in GitHub Desktop.
centos 7 docker container connect to host on port 443
sudo firewall-cmd --add-service=https --permanent
sudo firewall-cmd --reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment