thankful-area-70093
08/31/2022, 11:28 AMdocker run -d --name=rancher --restart=unless-stopped -p 80:80 -p 443:443 -v /root/rancher:/var/lib/rancher --privileged rancher/rancher:v2.5.5 --acme-domain <http://rancher.xxx|rancher.xxx>
. I wanted to connect to the docker rancher/rancher container, but there is none. Only rancher/rancher-agent exists on my worker nodes, but on my master node there is only rancher/hyperkube:v1.19.6 etc. I have read through all of these github issues, but cannot get it solved.