diff --git a/tutorials/getting_started_with_rancher/environment/rancher/install_rancher.sh b/tutorials/getting_started_with_rancher/environment/rancher/install_rancher.sh index d592e27..6fd2bc8 100755 --- a/tutorials/getting_started_with_rancher/environment/rancher/install_rancher.sh +++ b/tutorials/getting_started_with_rancher/environment/rancher/install_rancher.sh @@ -18,4 +18,4 @@ apt-get -y update apt-get -y install apt-transport-https ca-certificates software-properties-common docker-ce # Install and run Rancher -docker run -d --restart=unless-stopped -p 80:80 -p 443:443 rancher/rancher:latest +docker run -d --restart=unless-stopped -p 80:80 -p 443:443 --privileged rancher/rancher:latest