Created
September 5, 2016 04:56
-
-
Save v-thomp4/c35c352c7067daa8b1c63c949d368a1c to your computer and use it in GitHub Desktop.
rancher: ERROR: https://SERVER_IP:8080/v1 is not accessible
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
cat /usr/lib/firewalld/services/rancher.xml | |
<?xml version="1.0" encoding="utf-8"?> | |
<service> | |
<short>rancher</short> | |
<description>Rancher is an open source project that provides a complete platform for operating Docker in production.</description> | |
<port protocol="tcp" port="8080"/> | |
<port protocol="udp" port="4500"/> | |
<port protocol="udp" port="500"/> | |
</service> | |
sudo firewall-cmd --reload | |
sudo firewall-cmd --zone=public --add-service=rancher |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment