Create an eclipse.sh like this.
#!/bin/bash
xhost +local:eclipse
docker run -ti --rm --name eclipse -v ~/workspace:/home/eclipse/workspace:rw \
-v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=unix$DISPLAY \
iwakoshi/eclipse --device /dev/snd
Make sure you have created the workspace folder in your home before running the docker.
Content type
Image
Digest
sha256:3c3e12c7d…
Size
1000.7 MB
Last updated
about 11 years ago
docker pull iwakoshi/eclipse