DoB: Oct 05, 2000
Systems Architect (DevOps Engineer) at BeyondMD

random pastebin thing:
# run firefox inside of a container and forward it to your host's Xorg Server
docker run -it --rm \
--volume="$HOME/.Xauthority:/root/.Xauthority:rw" \
--env="DISPLAY" \
--net=host \
--privileged \
jlesage/firefox \
firefox

github
linkedin
email