Skip to content

Commit

Permalink
Tidied formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bbfrederick committed Nov 19, 2024
1 parent bd2e3b6 commit 5768fdd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions dockershell.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

VERSION=latest

docker pull fredericklab/picachooser:${VERSION}
docker run -it fredericklab/picachooser:${VERSION} xyzzy
3 changes: 0 additions & 3 deletions testdocker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
MYIPADDRESS=`ifconfig en0 | grep 'inet ' | awk '{print $2}'`
VERSION=latest

#docker run -it picachooser bash

# allow network connections in Xquartz Security settings
xhost +
#xhost +si:localuser:picachooser

# 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)
docker pull fredericklab/picachooser:${VERSION}
Expand Down
3 changes: 0 additions & 3 deletions testdocker2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
MYIPADDRESS=`ifconfig en0 | grep 'inet ' | awk '{print $2}'`
VERSION=latest

#docker run -it picachooser bash

# allow network connections in Xquartz Security settings
xhost +
#xhost +si:localuser:picachooser

# 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)
docker pull fredericklab/picachooser:${VERSION}
Expand Down

0 comments on commit 5768fdd

Please sign in to comment.