Sign inSign up

iwakoshi/eclipse

By iwakoshi

Updated about 11 years ago

Docker Eclipse

Image
4

1.7K

iwakoshi/eclipse repository overview

Docker Image for Eclipse

Usage

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.

Tag summary

Content type

Image

Digest

sha256:3c3e12c7d

Size

1000.7 MB

Last updated

about 11 years ago

docker pull iwakoshi/eclipse