Skip to content

Commit

Permalink
Mention --network host (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelKaefer authored Mar 27, 2022
1 parent 1d7e750 commit 98f2129
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ If you already have installed Docker, just run:
docker run --rm -it --pull always ghcr.io/arriven/db1000n
```

Or, if your container is not able to connect to your local VPN:

```bash
docker run --rm -it --pull always --network host ghcr.io/arriven/db1000n
```

### Advanced users

See [For advanced](/db1000n/advanced-docs/advanced-and-devs/)
Expand Down
6 changes: 6 additions & 0 deletions docs/index.uk.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@
docker run --rm -it --pull always ghcr.io/arriven/db1000n
```

Або, якщо ваш контейнер не може підключитися до локальної VPN:

```bash
docker run --rm -it --pull always --network host ghcr.io/arriven/db1000n
```

### Для досвідчених користувачів

Дивіться [Для досвідчених](/db1000n/advanced-docs/advanced-and-devs/)
Expand Down

0 comments on commit 98f2129

Please sign in to comment.