Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cropalato/docker-chromium
openvpn + chromium docker image
https://github.com/cropalato/docker-chromium
Last synced: about 5 hours ago
JSON representation
openvpn + chromium docker image
- Host: GitHub
- URL: https://github.com/cropalato/docker-chromium
- Owner: cropalato
- License: mit
- Created: 2024-07-25T20:21:08.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T18:35:19.000Z (6 months ago)
- Last Synced: 2024-07-30T00:44:52.609Z (6 months ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-chromium
openvpn + chromium docker image## Build docker image
```bash
docker build -t docker-chromium .
```## VPN configuration
Take a look in https://github.com/dperson/openvpn-client
## Enabling chromium to access your xorg
```bash
xhost +local:
```