update eclipse, reformat
This commit is contained in:
parent
a67cb5be39
commit
b15ac2bc00
|
@ -78,15 +78,15 @@ chrome() {
|
|||
eclipse() {
|
||||
del_stopped eclipse
|
||||
|
||||
docker run -it --rm \
|
||||
docker run -d \
|
||||
--net host \
|
||||
-v /tmp/.X11-unix:/tmp/.X11-unix \
|
||||
-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/configuration:/opt/eclipse/configuration \
|
||||
--name eclipse \
|
||||
fschl/eclipse-jdk7:latest
|
||||
fschl/eclipse:latest
|
||||
}
|
||||
|
||||
go() {
|
||||
|
|
Loading…
Reference in New Issue