1
1
Fork 0
wgvanity-container/README.md

16 lines
517 B
Markdown
Raw Permalink Normal View History

2023-12-19 09:42:59 +01:00
# wgvanity-container
2021-08-17 23:07:42 +02:00
2023-12-19 09:42:59 +01:00
Multi-arch Docker image for [wireguard-vanity-address](https://github.com/warner/wireguard-vanity-address). The image is based off of `alpine:latest`.
2021-08-17 23:07:42 +02:00
2023-12-19 09:42:59 +01:00
## Usage
2021-08-17 23:07:42 +02:00
2023-12-19 09:42:59 +01:00
```
docker run --rm -it git.socialnerds.org/david/wgvanity-container:latest dave
```
2021-08-17 23:07:42 +02:00
```
2023-12-19 09:42:59 +01:00
docker run --rm -it git.socialnerds.org/david/wgvanity-container:latest --in 4 dave
```
For more information check out the documentation of the [wireguard-vanity-address project on Github](https://github.com/warner/wireguard-vanity-address).