Browse Source
Update `docker-run.md` (#1804)
Small fixes were made to:
- adjust indentation for the first line in code blocks;
- fix backticks;
- make the URL interactive.
pull/1791/head
Edgars
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
4 deletions
-
docs/content/examples/tutorials/docker-run.md
|
@ -5,7 +5,7 @@ title: Docker Run |
|
|
To setup the IPv6 Network, simply run once: |
|
|
To setup the IPv6 Network, simply run once: |
|
|
|
|
|
|
|
|
```shell |
|
|
```shell |
|
|
docker network create \ |
|
|
docker network create \ |
|
|
-d bridge --ipv6 \ |
|
|
-d bridge --ipv6 \ |
|
|
-d default \ |
|
|
-d default \ |
|
|
--subnet 10.42.42.0/24 \ |
|
|
--subnet 10.42.42.0/24 \ |
|
@ -14,10 +14,10 @@ To setup the IPv6 Network, simply run once: |
|
|
|
|
|
|
|
|
<!-- ref: major version --> |
|
|
<!-- ref: major version --> |
|
|
|
|
|
|
|
|
To automatically install & run ``wg-easy, simply run: |
|
|
To automatically install & run `wg-easy`, simply run: |
|
|
|
|
|
|
|
|
```shell |
|
|
```shell |
|
|
docker run -d \ |
|
|
docker run -d \ |
|
|
--net wg \ |
|
|
--net wg \ |
|
|
-e INSECURE=true \ |
|
|
-e INSECURE=true \ |
|
|
--name wg-easy \ |
|
|
--name wg-easy \ |
|
@ -38,6 +38,6 @@ To automatically install & run ``wg-easy, simply run: |
|
|
ghcr.io/wg-easy/wg-easy:15 |
|
|
ghcr.io/wg-easy/wg-easy:15 |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
The Web UI will now be available on `http://0.0.0.0:51821`. |
|
|
The Web UI will now be available at <http://0.0.0.0:51821>. |
|
|
|
|
|
|
|
|
> 💡 Your configuration files will be saved in `~/.wg-easy` |
|
|
> 💡 Your configuration files will be saved in `~/.wg-easy` |
|
|