0
Good afternoon, folks, I’d like some guidance on creating an image and Compose. I am preparing an environment for the java development team with eclipse toncat java and initial Workspace.
I thought from an image of Ubuntu. I would like to leave already by default a structure inside /usr/local/java in the image until then ok, but I have Workspace that I can not leave in the image because it would not allow to write in it. What would be the right practice to adopt for this Workspace? I can make a Compose file to do the first checkout on the host machine?
I currently have the image with all the Workspace inside and I’m trying to see the files of the contaminar on the host but I can’t... just the opposite.
commands I’ve used:
docker run -d -it --name eclipseDocker2 --mount type=bind,source="/Users/michel.teixeira/eclipseDocker/",target=/usr/local/java/ eclipse_beta4
It wouldn’t be better from a JDK, Maven or Tomcat image?
– Luiz Carlos Faria
the entire already compiled environment and Tomcat has a specific frozen version. And Eclipse uses another more current version of the host machine in this case
– Michel Anderson Lütz Teixeira