Files
i2p.plugins.firefox/docker.sh

9 lines
248 B
Bash
Raw Normal View History

#! /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