Skip to content

klibio/docker-eclipse

Repository files navigation

docker-eclipse

This images provides a browser based OSGi Java IDE Eclipse. Installation of Eclipse IDE is done via Eclipse OSGi starterkit. Based on

container

Docker Image Version (tag latest semver) Docker Image Size (tag) GitHub

liveliness

build and docker publish Docker Pulls OpenIssues OpenPullRequests

Screenshot

run docker image

From within the root project directory run

#!/bin/bash
docker container run -d \
  --mount type=bind,source="$(pwd)"/workspace,target=/data/workspace \
  -p 5858:5800 \
  klibio/eclipse:latest

Access the desktop via WebBrowser - http://localhost:5858

building

#!/bin/bash
docker build \
  --no-cache \
  --progress=plain \
  --build-arg BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ') \
  --build-arg VCS_REF=$(git rev-list -1 HEAD) \
  --build-arg VERSION=`cat version.txt` \
  -t klibio/eclipse:latest \
  .

Further information

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published