docker-intellij icon indicating copy to clipboard operation
docker-intellij copied to clipboard

Docker image for IntelliJ IDEA Community, Go and Go plugin

Results 3 docker-intellij issues
Sort by recently updated
recently updated
newest added

I received the following error when running `dlsniper/docker-intellij` according to the readme: ``` $ docker run -ti \ --net="host" \ --privileged=true \ -e DISPLAY=${DISPLAY} \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -v ${HOME}/.IdeaIC2016.1_docker:/home/developer/.IdeaIC2016.1...

Hello @dlsniper have you found any ways how to speed up the GUI? The main menu, inline editing and the autocomplete are quite slow. SSH tunneling with compression? Any special...

Command I use: docker run -tdi --net="host" --privileged=true -e DISPLAY=${DISPLAY} -v /tmp/.X11-unix/:/tmp/.X11-unix -v ${HOME}/.IdeaIC2016.1_docker:/home/developer/.IdeaIC2016.1 -v ~/temp/go:/home/developer/go dlsniper/docker-intellij:idea2016.2 Output: sudo: unable to resolve host moby: Connection timed out Start Failed: Failed...