Docker container to run IntelliJ IDEA Ultimate Edition
10K+
Docker container to run IntelliJ IDEA Ultimate Edition (https://www.jetbrains.com/idea/)
docker run --rm \
-e DISPLAY=${DISPLAY} \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-v ~/.Idea:/home/developer/.Idea \
-v ~/.Idea.java:/home/developer/.java \
-v ~/.Idea.maven:/home/developer/.m2 \
-v ~/.Idea.gradle:/home/developer/.gradle \
-v ~/.Idea.share:/home/developer/.local/share/JetBrains \
-v ~/Project:/home/developer/Project \
--name idea-$(head -c 4 /dev/urandom | xxd -p)-$(date +'%Y%m%d-%H%M%S') \
rycus86/intellij-idea-pro:latest
Docker Hub Page: https://hub.docker.com/r/rycus86/intellij-idea-pro/
You'll still need a license to use the application!
The IDE will have access to AdoptOpenJDK 8 and to Git as well.
Project folders need to be mounted like -v ~/Project:/home/developer/Project.
The actual name can be anything - I used something random to be able to start multiple instances if needed.
You might want to consider using --network=host if you're running servers from the IDE.
Content type
Image
Digest
sha256:766833433…
Size
1.6 GB
Last updated
over 3 years ago
docker pull rycus86/intellij-idea-pro:2023.1.2