SUSE / suse-at-home

84 stars 36 forks source link

Docs for using rancher master-head #13

Open zoopster opened 3 years ago

zoopster commented 3 years ago

In order to test/play with the most recent commits...like testing out the 2.6 changes you need to pull from master. Add this to docs somewhere?

Via docker docker pull rancher/rancher:master-head && docker run -d -p 443:443 --privileged rancher/rancher:master-head

via helm --set rancherImage=rancher/rancher \ --set rancherImageTag=master-head \ --set rancherImagePullPolicy=Always \