Last active
July 7, 2021 02:13
-
-
Save ZephiroRB/21583924ace9fa0310234c686fc6fbd3 to your computer and use it in GitHub Desktop.
Rancher
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
apt update | |
apt-get remove docker docker-engine docker.io | |
apt install docker.io | |
systemctl status docker | |
docker run -d --restart=unless-stopped -p 8080:80 -p 8443:443 --privileged rancher/rancher:latest --acme-domain rancher.carlosmto.com | |
docker ps | |
#https://rancher.com/docs/rancher/v2.5/en/quick-start-guide/workload/quickstart-deploy-workload-ingress/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment