Files
i2p.plugins.firefox/docker.sh
idk 2442dc974d set display variable correctly in docker.sh
Former-commit-id: 6abad05a18
Former-commit-id: 138aa59be14da8fe71c1b8d07f6767860e67e09a
2022-09-16 17:57:53 -04:00

11 lines
311 B
Bash
Executable File

#! /usr/bin/env sh
## Run this from inside the `i2p.plugins.firefox` checkout.
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