docker-swarm

Using an IDE while developing on a docker container

和自甴很熟 提交于 2019-11-27 00:35:00
问题 There is something that I am not getting when developing an application while using docker containers. Lets say I am developing a java application and I set up a java container with jdk 8 base image, I still need to install java 8 jdk on my local development machine, since the IDE which I am going to use is going to look for runtime libraries on the local machine not the docker container. Is this right or am I missing something? Somethings I will be able to do entirely on the docker container