diff --git a/makefiles/docker.mk b/makefiles/docker.mk index 5246f5f..676366f 100644 --- a/makefiles/docker.mk +++ b/makefiles/docker.mk @@ -1,12 +1 @@ -docker: - docker build -t geti2p/i2p.firefox . - -xhost: - xhost + local:docker - -run: docker xhost - docker run -it --rm \ - --net=host \ - -e DISPLAY=unix$(DISPLAY) \ - -v /tmp/.X11-unix:/tmp/.X11-unix \ - geti2p/i2p.firefox firefox --profile /src/build/profile +# DEPRECATED: see https://i2pgit.org/idk/i2p.plugins.firefox for much better replacement. \ No newline at end of file