https://github.com/kool-dev/docker-vpn
Docker images for connecting through VPN for automations and CI
https://github.com/kool-dev/docker-vpn
Last synced: 9 months ago
JSON representation
Docker images for connecting through VPN for automations and CI
- Host: GitHub
- URL: https://github.com/kool-dev/docker-vpn
- Owner: kool-dev
- License: mit
- Created: 2021-01-21T14:20:54.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-21T15:25:22.000Z (almost 5 years ago)
- Last Synced: 2025-01-24T08:43:31.127Z (11 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Docker images for VPN connection
## Available Tags
### FortiVPN
- [fortivpn](https://github.com/kool-dev/docker-vpn/blob/main/fortivpn/Dockerfile)
## Usage
Example using `kooldev/vpn:fortivpn`:
```console
$ docker run --rm -d --volume=path/to/my/config/file:/etc/openfortivpn/config kooldev/vpn:fortivpn
```
## Configuration file
For `kooldev/vpn:fortivpn`:
```
# ### config file for openfortivpn, see man openfortivpn(1) ###
host =
port =
username =
password =
trusted-cert =
```
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.