Skip to content

Commit

Permalink
tidying up for external binding of directory for plots and data
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnTools committed Sep 28, 2024
1 parent 998f814 commit 543d68b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion beta/args-gui
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-working working
-extern extern
-extern /tmp/extern
-db db
-arch input
-devDesc devDesc.yaml
Expand Down
2 changes: 2 additions & 0 deletions beta/docker-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@
# N.b. Using grphics in Docker is somewhat fiddly.
# the following command works for me (Rob Adams).

DATA=extern
TAG=ghcr.io/iti/pcesapps-beta

docker run -it --rm \
--env DISPLAY=$DISPLAY \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-v ${XAUTHORITY:-$HOME/.Xauthority}:/root/.Xauthority:ro \
-v $(pwd)/$DATA:/tmp/extern \
--net=host \
$TAG

Expand Down

0 comments on commit 543d68b

Please sign in to comment.