Giter Club home page Giter Club logo

docker4eclipse's Introduction

docker4eclipse

This is a repo to run Eclipse-Qxygen on Ubuntu from a Dockercontainer To get this running, there are some pre-requests

  • you need to have docker up and running
  • docker should be added to sudo (sudo groupadd docker)
  • you should belong to docker (sudo usermod -aG docker $USER)
  • you need to have gnome-terminal installed (sudo apt install gnome-terminal)

How to begin

  • open a terminal
  • create new folder dockers under your user-home
  • clone this repo by

git clone https://github.com/wolf4git/docker4eclipse.git

How to proceed Step into new folder docker4eclipse

  • init.sh will do the rest of the job for you
  • create folders ~/bin ~/bin/icons
  • copy eclipse-oxygen-startup.sh to ~/bin
  • build an Oxygen.desktop file based on your current user
  • move the new Oxygen.desktop file to your desktop
  • a new Icon should appear on your desktop

If everything is fine, then go ahead with the docker-container

  • build.sh will build your container...this my take some time

Now you are read to click your desktop icon

How does it work:

  • this Desktop-Command will call ~/bin/eclipse-oxygen-startup.sh
  • the eclipse-oxygen-startup.sh opens a gnome-terminal and calls ~/dockers/docker4eclipse/run.sh
  • ~/dockers/docker4eclipse/run.sh is the script to start the docker container

if everything got fine ...then start: ./run.sh eclipse-oxygen should start now und you can use it

You have now a new docker image REPOSITORY TAG CREATED SIZE liquid/eclipse 0.1.2 a minute ago 1.12GB

If you have starrted the container, you will see CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES d89e48f1bd53 liquid/eclipse:0.1.2 "/bin/sh -c /opt/e..." 2 minutes ago Up 2 minutes eclipse

This new container is named "eclipse" To get into the running container call: docker exec -it eclipse bash

docker4eclipse's People

Contributors

wolf4git avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.