diff --git a/engine/security/rootless.md b/engine/security/rootless.md index 9c9f438bd7..14530c05f7 100644 --- a/engine/security/rootless.md +++ b/engine/security/rootless.md @@ -77,7 +77,7 @@ testuser::231072:65536 #### openSUSE - `sudo modprobe ip_tables iptable_mangle iptable_nat iptable_filter` is required. - This is might be required on other distros as well depending on the configuration. + This might be required on other distros as well depending on the configuration. - Known to work on openSUSE 15. @@ -126,7 +126,7 @@ testuser::231072:65536 ## Install -The installation script is available at https://get.docker.com/rootless . +The installation script is available at [https://get.docker.com/rootless](https://get.docker.com/rootless){: target="_blank" class="_" }. ```console $ curl -fsSL https://get.docker.com/rootless | sh @@ -155,7 +155,7 @@ export DOCKER_HOST=unix:///run/user/1001/docker.sock To install the binaries manually without using the installer, extract `docker-rootless-extras-.tar.gz` along with `docker-.tar.gz`: -https://download.docker.com/linux/static/stable/x86_64/ +from [https://download.docker.com/linux/static/stable/x86_64/](https://download.docker.com/linux/static/stable/x86_64/){: target="_blank" class="_" } ## Usage @@ -183,7 +183,7 @@ $ dockerd-rootless.sh --experimental --storage-driver vfs As Rootless mode is experimental, you need to run `dockerd-rootless.sh` with `--experimental`. You also need `--storage-driver vfs` unless using Ubuntu or Debian 10 kernel. -You don't need to care these flags if you manage the daemon using systemd, as +You don't need to care about these flags if you manage the daemon using systemd, as these flags are automatically added to the systemd unit file. Remarks about directory paths: