• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] Running Eclipse inside Docker
#1
Dear all,

I am using Rpi3 for building my custom image which I intend to run later on a Netpi. My requirement is to run Eclipse JDT on Net pi. So, I created a docker file with following commands in it.

------------------------------------------
FROM raspbian/stretch

RUN apt-get update
RUN apt-get install -y eclipse
RUN eclipse 
---------------------------------------------

Before trying out with docker, I downloaded, Eclipse JDT on to the same Rpi by using the above commands in the same sequence and every time, I give "eclipse" on my terminal, the Eclipse IDE opens up. Since my RPi's OS is raspbian stretch which is what I am using in my custom image as well, I used same commands in same sequence in my Docker file as well. When I build the Docker file, the first 3 steps worked well but there popped an error while at the last step. Error message attached in the picture for your reference. I am very new to Docker so, I think I am missing some basics here and couldnot get what I intend to. Any suggestions from you will be of great help to me. Thanks in advance.


Attached Files Thumbnail(s)
   
  Reply


Messages In This Thread
[SOLVED] Running Eclipse inside Docker - by Rahulsagar - January-13th-2019, 02:27 PM
RE: Running Eclipse inside Docker - by Armin@netPI - January-13th-2019, 04:46 PM
RE: Running Eclipse inside Docker - by Armin@netPI - January-13th-2019, 07:12 PM
RE: Running Eclipse inside Docker - by Armin@netPI - January-14th-2019, 08:18 AM
RE: [SOLVED] Running Eclipse inside Docker - by Rahulsagar - January-18th-2019, 07:44 PM
RE: [SOLVED] Running Eclipse inside Docker - by Armin@netPI - January-19th-2019, 08:33 PM
RE: [SOLVED] Running Eclipse inside Docker - by Rahulsagar - January-21st-2019, 04:03 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  https certificate issues in new nodered docker image Dipro 1 1,739 May-4th-2022, 05:46 AM
Last Post: Armin@netPI
  Docker exposed port don't send data on eth0 COswald 3 3,242 July-15th-2021, 02:10 PM
Last Post: Armin@netPI
  Docker not enabled tad 10 5,044 July-14th-2021, 08:54 AM
Last Post: Armin@netPI
  Docker amd64 instead of arm biancode 3 3,145 January-17th-2021, 09:40 PM
Last Post: Armin@netPI
  docker.service start failed EUROKEY 13 9,537 January-17th-2021, 07:52 PM
Last Post: Armin@netPI
  Get host MAC via REST API inside container bschandra 4 3,779 November-16th-2020, 09:26 AM
Last Post: bschandra
  Docker cannot find image COswald 16 9,310 May-18th-2020, 07:15 AM
Last Post: COswald
  After „Rebuild“ of Docker neither the node-RED nor the dashboard can be accessed MAK 4 4,417 January-31st-2020, 02:14 PM
Last Post: MAK
  [SOLVED] Docker GUI login issue MGharat 1 2,833 September-19th-2019, 11:50 AM
Last Post: Armin@netPI
  [SOLVED] Help with fieldbus node Farani 5 4,115 August-20th-2019, 07:22 AM
Last Post: Armin@netPI

Forum Jump:


Users browsing this thread: 2 Guest(s)