/docker_IntelliJ

Primary LanguageShellApache License 2.0Apache-2.0

Overview

This project is a simple Docker image that runs JetBrains IntelliJ IDE.

Prerequisites

Building

Type ./buid.sh to build the image.

Installation

Docker will automatically install the newly built image into the cache.

Tips and Tricks

Launching The Image

./test.sh will launch the image allowing you to begin working on projects.

Desktop Launcher

./exec.sh will attach to the container whick is running

Troubleshooting

X-Windows

If the image complains that it cannot connect to your X server, simply run xhost + to allow the container to connect to your X server.

License and Credits

This project is licensed under the Apache License Version 2.0, January 2004.

List of Changes

  • upgrade to IDEA 2017.3.4
  • automatically detect and mount the user's home directory