container with all tooling
492
This images provides a linux machine with all the tools needed to do develop java, C# and javascript applications. For the moment everything is installed in the same machine.
To use applications with a frontend, you will need an X server installed on your host.
You will need to install an X server for Windows.
I went for Vcxsrv.
The DISPLAY environment variable points by default to 192.168.1.1.
If you use docker on Windows 10, this should be ok.
To configure Vcxsrv, start Xlaunch.
It will prompt with some questions of what options you want to set.
Make sure you add the extra option -rootless in the last screen.
Save this configuration file in one of these locations:
If you have a desktop environment installed, you can use the excisting X server of your host.
Replace the IP in the DISPLAY environment variable with your host's IP or hostname.
docker create -v /home/dev --name home alpine /bin/true
docker run -i -t --rm --name intellij --volumes-from home joengenduvel/development-machine intellij
intellij in the containerContent type
Image
Digest
Size
522.4 MB
Last updated
about 7 years ago
docker pull joengenduvel/docker-development-tools