docker run -d -e DISPLAY=unix$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -v {PERSISTENT_LOCAL_PATH}:/data guywithnose/intelij
-e DISPLAY=unix$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix
Allows the container to run X11 windows in the host.
Note: you may need to run xhost + for this to work
-v {PERSISTENT_LOCAL_PATH}:/data
Uses a local directory to store the config files and any code that will be edited.
Content type
Image
Digest
sha256:6049d344d…
Size
795.6 MB
Last updated
almost 11 years ago
docker pull guywithnose/intelij