Image on top of iwakoshi/eclipse It adds plugins and lombok
378
This docker image provides eclipse with additional plug-ins and lombok. It's based on iwakoshi/eclipse. If you don't need plug-ins or lombok use iwakoshi/eclipse.
#!/bin/bash
docker stop eclipse && docker rm eclipse
xhost +local:eclipse
docker run -ti --rm --name eclipse -v /home/robert/Schreibtisch/trunk_workspace:/home/eclipse/workspace:rw \
-v /tmp/.X11-unix:/tmp/.X11-unix -v /home/robert/Schreibtisch/trunk:/home/eclipse/trunk:rw -e DISPLAY=unix$DISPLAY \
robertbrem/eclipse --device /dev/snd
Content type
Image
Digest
Size
1 GB
Last updated
over 10 years ago
docker pull robertbrem/eclipse