Open zoopster opened 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 \
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 \