update eclipse, reformat
This commit is contained in:
parent
a67cb5be39
commit
b15ac2bc00
|
@ -78,15 +78,15 @@ chrome() {
|
||||||
eclipse() {
|
eclipse() {
|
||||||
del_stopped eclipse
|
del_stopped eclipse
|
||||||
|
|
||||||
docker run -it --rm \
|
docker run -d \
|
||||||
--net host \
|
--net host \
|
||||||
-v /tmp/.X11-unix:/tmp/.X11-unix \
|
-v /tmp/.X11-unix:/tmp/.X11-unix \
|
||||||
-e DISPLAY=unix$DISPLAY \
|
-e DISPLAY=unix$DISPLAY \
|
||||||
-v $HOME/projects/java/workspace:/root/workspace \
|
-v $HOME/projects/java/workspace:/home/eclipse/workspace \
|
||||||
-v $HOME/.eclipse/plugins:/opt/eclipse/plugins \
|
-v $HOME/.eclipse/plugins:/opt/eclipse/plugins \
|
||||||
-v $HOME/.eclipse/configuration:/opt/eclipse/configuration \
|
-v $HOME/.eclipse/configuration:/opt/eclipse/configuration \
|
||||||
--name eclipse \
|
--name eclipse \
|
||||||
fschl/eclipse-jdk7:latest
|
fschl/eclipse:latest
|
||||||
}
|
}
|
||||||
|
|
||||||
go() {
|
go() {
|
||||||
|
|
Loading…
Reference in New Issue