File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
33VERSION=latest
4+ docker pull fredericklab/picachooser:${VERSION}
45docker run -it fredericklab/picachooser:${VERSION} xyzzy
Original file line number Diff line number Diff 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}
1314docker run \
1415 --network host\
1516 --volume=/Users/frederic:/Users/frederic \
Original file line number Diff line number Diff 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}
1314docker run \
1415 --network host\
1516 --volume=/Users/frederic:/Users/frederic \
You can’t perform that action at this time.
0 commit comments