add netbeans
This commit is contained in:
parent
ec18df8be4
commit
eca586316f
10
.dockerfunc
10
.dockerfunc
|
@ -207,6 +207,16 @@ libreoffice() {
|
||||||
fschl/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'
|
# 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
|
# cert and key files should be in the same directory or relatively referencable
|
||||||
# from the config file
|
# from the config file
|
||||||
|
|
Loading…
Reference in New Issue