Files
i2p.plugins.firefox/docker.sh
idk 2cd567cb16 oops forgot to add firefox to docker container, also add a launcher script
Former-commit-id: 254912480d
Former-commit-id: 25bc9b95de4d1ce28341a7ca238b20db62a0da80
2022-09-16 17:26:27 -04:00

9 lines
248 B
Bash
Executable File

#! /usr/bin/env sh
docker build -t eyedeekay/i2p.plugins.firefox .
xhost + local:docker
docker run -it --rm \
--net=host \
-e DISPLAY=unix$(DISPLAY) \
-v /tmp/.X11-unix:/tmp/.X11-unix \
eyedeekay/i2p.plugins.firefox