Dockerized openconnect client and chrome web browser.
850
Dockerized openconnect client and chrome web browser.
This repository contains the Dockerfile of the dpal/docker-openconnect-chrome image. If you struggle with splint tunneling, with this size-reduced container you can easily connect to a VPN. Preinstalled Chrome browser can be access via VNC.
Forked from: stephen-fox/chrome-docker
Before running a docker image, please ensure:
docker pull dpal/docker-openconnect-chrome:latest
docker build -t dpal/docker-openconnect-chrome github.com/paldom/docker-openconnect-chrome
Here's an example how to run this docker container:
docker run -p 5900:5900 -e VNC_SERVER_PASSWORD=password -e VPN_ARGS="server --user=username" -e BROWSER_ARGS="google.com" --shm-size=2g --privileged --name openconnect dpal/docker-openconnect-chrome
You can use the following environment variables:
google.comopenconnect arguments, e.g. server --user=usernameContent type
Image
Digest
Size
319.3 MB
Last updated
over 7 years ago
docker pull dpal/docker-openconnect-chrome