add netbeans

This commit is contained in:
Frieder Schlesier 2016-05-31 08:21:43 +02:00
parent ec18df8be4
commit eca586316f
1 changed files with 10 additions and 0 deletions

View File

@ -207,6 +207,16 @@ libreoffice() {
fschl/libreoffice
}
netbeans() {
docker run -it \
-e DISPLAY=$DISPLAY \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-v $HOME/.netbeans-docker:/home/developer/.netbeans \
-v $HOME/projects/java/workspace:/home/developer/NetBeansProjects \
-v $HOME/projects/java/workspace:/workspace \
fschl/netbeans:latest
}
# start from a directory which contains a openvpn config file named 'config.ovpn'
# cert and key files should be in the same directory or relatively referencable
# from the config file