This commit is contained in:
Frieder Schlesier 2016-09-28 19:48:15 +02:00
parent 2dc53c2d61
commit 9d624609a8
1 changed files with 16 additions and 0 deletions

View File

@ -266,6 +266,22 @@ libreoffice() {
exit 0; exit 0;
} }
memo() {
del_stopped memo_standalone
docker run -it \
--name memo_standalone \
--net host \
-v $HOME/Documents:/root/Documents \
-v $HOME/Downloads:/root/Downloads \
-v $HOME/.memo:/root/.memo \
-e DISPLAY=$DISPLAY \
-v /tmp/.X11-unix:/tmp/.X11-unix \
fschl/memo:latest
#exit 0;
}
netbeans() { netbeans() {
docker run -it \ docker run -it \