-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hi, nice app!
If you think it's a good idea (to add to documentation or such), here's how to run this successfully in a Docker container.
The container image build side
A Dockerfile:
FROM alpine:latest
ENTRYPOINT ["java", "-jar", "/usr/bin/IOGraph.jar"]
WORKDIR /workspace
RUN apk add openjdk21-jre fontconfig font-noto \
&& wget -O /usr/bin/IOGraph.jar https://github.com/anatolyzenkov/IOGraph/releases/download/v1.0.3/IOGraph_v1_0_3.jarRun side
docker run --rm -it -e DISPLAY -e XAUTHORITY=/Xauthority -v "$XAUTHORITY":/Xauthority -v /tmp/.X11-unix:/tmp/.X11-unix -v "$(pwd):/workspace" iographReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels