forked from fjudith/docker-draw.io
-
-
Notifications
You must be signed in to change notification settings - Fork 419
Open
Description
Please consider adding arm32/v7 tags to the official docker image on the hub:
https://hub.docker.com/r/jgraph/drawio
Level of effort seems minimal fortunately from my testing.
Current Workaround
Run the following on an armv7 system:
- Update the base image with a arm32/v7 tag
E.g.adoptopenjdk/openjdk11:jdk-11.0.16.1_1-slim
- Build a new image
docker build -t drawio:arm32-local ./main
- Create a running container
docker run -it --rm --name="draw" -p 8080:8080 -p 8443:8443 drawio:arm32-local
Metadata
Metadata
Assignees
Labels
No labels