Ubuntu image with netbeans, spring-boot, Node, npm and AngularCLI.
1.4K
Latest Ubuntu docker image with Netbeans.
Run: docker run -d -e DISPLAY=$(ifconfig vboxnet0 | grep 'inet' | cut -d' ' -f2):0 -it bhntools/docker-netbeans:latest
For further informations please take a look here : https://github.com/NajlaBH/ProJavas/tree/master/docker-netbeans
If you are in mac OS X, please follow the steps below:
open -a XQuartz
ALLOW ALL CONNECTION FROM SECURITY PREFERENCES
ip=$(ifconfig en0 | grep inet | awk '$1=="inet" {print $2}')
xhost + $ip
xinit
docker-machine ip dockerMachineName
DISPLAY=:0
echo $DISPLAY
ip=IP_DOCKER_MACHINE
xhost + $ip
xinit
docker-machine ls
docker-machine start/restart machineName
docker-machine env
eval $(docker-machine env)
docker pull bhntools/docker-netbeans:latest
Content type
Image
Digest
Size
1.8 GB
Last updated
over 8 years ago
docker pull bhntools/docker-netbeans