Sign inSign up

robertbrem/eclipse

By robertbrem

Updated over 10 years ago

Image on top of iwakoshi/eclipse It adds plugins and lombok

Image
0

378

robertbrem/eclipse repository overview

eclipse Docker Image

Description

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.

Usage

#!/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

Tag summary

Content type

Image

Digest

Size

1 GB

Last updated

over 10 years ago

docker pull robertbrem/eclipse