9 lines
248 B
Bash
9 lines
248 B
Bash
![]() |
#! /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
|