add projects dir to gimp
This commit is contained in:
parent
3e0aea5376
commit
6506e2556d
|
@ -251,6 +251,7 @@ gimp() {
|
||||||
-v /tmp/.X11-unix:/tmp/.X11-unix \
|
-v /tmp/.X11-unix:/tmp/.X11-unix \
|
||||||
-e DISPLAY=unix$DISPLAY \
|
-e DISPLAY=unix$DISPLAY \
|
||||||
-v $HOME/Pictures:/root/Pictures \
|
-v $HOME/Pictures:/root/Pictures \
|
||||||
|
-v $HOME/projects:/root/projects \
|
||||||
-v $HOME/Documents:/root/Documents \
|
-v $HOME/Documents:/root/Documents \
|
||||||
--name gimp \
|
--name gimp \
|
||||||
${DOCKER_REPO_PREFIX}/gimp
|
${DOCKER_REPO_PREFIX}/gimp
|
||||||
|
|
Loading…
Reference in New Issue