Sign inSign up

rycus86/intellij-idea-pro

By rycus86

Updated over 3 years ago

Docker container to run IntelliJ IDEA Ultimate Edition

Image
7

10K+

rycus86/intellij-idea-pro repository overview

Docker container to run IntelliJ IDEA Ultimate Edition (https://www.jetbrains.com/idea/)

Usage
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/

Notes

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.

Tag summary

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