A Dockerised version of StarUML http://staruml.io/
709
Note: This is a fork from the original: huggosantos/myDockers. I made this fork as I was after an update to their version. Unffortunately, the pull request wasn't approved.
A dockerised version of starUML
docker run -it --rm \
-v "$(pwd)":/starUML \
-w /starUML \
-v /etc/group:/etc/group:ro \
-v /etc/passwd:/etc/passwd:ro \
-v /etc/shadow:/etc/shadow:ro \
-v /etc/sudoers.d:/etc/sudoers.d:ro \
-v /tmp/.X11-unix:/tmp/.X11-unix:rw \
--name staruml \
jamesmstone/staruml "$@"
Content type
Image
Digest
Size
257.3 MB
Last updated
over 8 years ago
docker pull jamesmstone/staruml