mirror of https://github.com/docker/docs.git
Few corrections and suggestions in doc (#10728)
* Removed is from line 80 Removed is from line 80 as this is not required * changed text to link at line 129 changed text to link at line 129 to make it easy for user to navigate * changed the URL to link changed the URL to link for easy navigation * added these before flags in line 186 added these before flags in line 186 Co-Authored-By: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
This commit is contained in:
parent
ba7819fed6
commit
aa57de37d3
|
@ -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-<version>.tar.gz` along with `docker-<version>.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:
|
||||
|
|
Loading…
Reference in New Issue