Skip to content

Instantly share code, notes, and snippets.

@ZephiroRB
Last active July 7, 2021 02:13
Show Gist options
  • Save ZephiroRB/21583924ace9fa0310234c686fc6fbd3 to your computer and use it in GitHub Desktop.
Save ZephiroRB/21583924ace9fa0310234c686fc6fbd3 to your computer and use it in GitHub Desktop.
Rancher
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