diff --git a/docs/reference/setup/install/docker.asciidoc b/docs/reference/setup/install/docker.asciidoc index e2e5c6ab70b..6eba32ba332 100644 --- a/docs/reference/setup/install/docker.asciidoc +++ b/docs/reference/setup/install/docker.asciidoc @@ -93,11 +93,10 @@ The `vm.max_map_count` setting must be set within the xhyve virtual machine: ["source","sh"] -------------------------------------------- -$ screen ~/Library/Containers/com.docker.docker/Data/com.docker.driver.amd64-linux/tty +$ screen ~/Library/Containers/com.docker.docker/Data/vms/0/tty -------------------------------------------- -Log in with 'root' and no password. -Then configure the `sysctl` setting as you would for Linux: +Just press enter and configure the `sysctl` setting as you would for Linux: ["source","sh"] --------------------------------------------