Skip to content

A very simple container that provides a firefox instance via openconnect vpn

Notifications You must be signed in to change notification settings

tiagodeoliveira/docker-firefox-openconnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Firefox on a docker container with openconnect installed, nice for who wants to connect on a VPN without messing the local machine netword.

To allow connections on local x11:

xhost +local:root # everything is open
xhost -local:root && xhost +local:firefox-vpn # only the firefox container is able to connect

To execute the container

docker run --rm -it -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -v ~/firefox-vpn:/root --name firefox-vpn --privileged tiagodeoliveira/firefox-vpn

About

A very simple container that provides a firefox instance via openconnect vpn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages