Skip to content

Commit 1848f11

Browse files
committed
Allow versioning, do explicit pull before running
1 parent e4d3175 commit 1848f11

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

dockershell.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
22

33
VERSION=latest
4+
docker pull fredericklab/picachooser:${VERSION}
45
docker run -it fredericklab/picachooser:${VERSION} xyzzy

testdocker.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ xhost +
1010
#xhost +si:localuser:picachooser
1111

1212
# Allow your local user access via xhost: xhost +SI:localuser:picachooser and create a similar user with docker run option: --user=$(id -u):$(id -g)
13+
docker pull fredericklab/picachooser:${VERSION}
1314
docker run \
1415
--network host\
1516
--volume=/Users/frederic:/Users/frederic \

testdocker2.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ xhost +
1010
#xhost +si:localuser:picachooser
1111

1212
# Allow your local user access via xhost: xhost +SI:localuser:picachooser and create a similar user with docker run option: --user=$(id -u):$(id -g)
13+
docker pull fredericklab/picachooser:${VERSION}
1314
docker run \
1415
--network host\
1516
--volume=/Users/frederic:/Users/frederic \

0 commit comments

Comments
 (0)