Install rancher ( single node)
docker run -d --restart=unless-stopped -p 8081:80 -p 8443:443 rancher/rancher:latest
persistent ( add volume )
Install rancher ( single node)
docker run -d --restart=unless-stopped -p 8081:80 -p 8443:443 rancher/rancher:latest
persistent ( add volume )