Sign inSign up

bhntools/docker-netbeans

By bhntools

Updated over 8 years ago

Ubuntu image with netbeans, spring-boot, Node, npm and AngularCLI.

Image
0

1.4K

bhntools/docker-netbeans repository overview

  • 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:

-STEP 1
open -a XQuartz

ALLOW ALL CONNECTION FROM SECURITY PREFERENCES

-STEP 2
  • Check AND Set xhost/IP
ip=$(ifconfig en0 | grep inet | awk '$1=="inet" {print $2}')
xhost + $ip
xinit
  • Get IP machine
docker-machine ip dockerMachineName
  • Alternative if inet don't work
DISPLAY=:0
echo $DISPLAY
ip=IP_DOCKER_MACHINE
xhost + $ip
xinit
-STEP 3
  • In the new Quartz window, check your machine :
docker-machine ls
docker-machine start/restart machineName
docker-machine env
eval $(docker-machine env)
-STEP 4
docker pull bhntools/docker-netbeans:latest

Tag summary

Content type

Image

Digest

Size

1.8 GB

Last updated

over 8 years ago

docker pull bhntools/docker-netbeans