diff --git a/content/rancher/v2.x/en/installation/other-installation-methods/single-node-docker/_index.md b/content/rancher/v2.x/en/installation/other-installation-methods/single-node-docker/_index.md index 1136fac80da..723d7819ff4 100644 --- a/content/rancher/v2.x/en/installation/other-installation-methods/single-node-docker/_index.md +++ b/content/rancher/v2.x/en/installation/other-installation-methods/single-node-docker/_index.md @@ -114,8 +114,8 @@ docker run -d --restart=unless-stopped \ -p 80:80 -p 443:443 \ -v //:/etc/rancher/ssl/cert.pem \ -v //:/etc/rancher/ssl/key.pem \ - rancher/rancher:latest \ --privileged \ + rancher/rancher:latest \ --no-cacerts ``` @@ -142,8 +142,8 @@ As of Rancher v2.5, privileged access is [required.](#privileged-access-for-ranc ``` docker run -d --restart=unless-stopped \ -p 80:80 -p 443:443 \ - rancher/rancher:latest \ --privileged \ + rancher/rancher:latest \ --acme-domain ``` diff --git a/content/rancher/v2.x/en/installation/other-installation-methods/single-node-docker/single-node-upgrades/_index.md b/content/rancher/v2.x/en/installation/other-installation-methods/single-node-docker/single-node-upgrades/_index.md index 75da96e0454..2493ab4c99a 100644 --- a/content/rancher/v2.x/en/installation/other-installation-methods/single-node-docker/single-node-upgrades/_index.md +++ b/content/rancher/v2.x/en/installation/other-installation-methods/single-node-docker/single-node-upgrades/_index.md @@ -193,8 +193,8 @@ docker run -d --volumes-from rancher-data \ -p 80:80 -p 443:443 \ -v //:/etc/rancher/ssl/cert.pem \ -v //:/etc/rancher/ssl/key.pem \ - rancher/rancher: \ --privileged \ + rancher/rancher: \ --no-cacerts ```