Add script for running sixtypical.
Chris Pressey
3 years ago
|
0 |
#!/bin/sh
|
|
1 |
|
|
2 |
IMAGE=catseye/sixtypical:0.19
|
|
3 |
#if sudo docker inspect --type=image "$IMAGE" >/dev/null 2>&1; then
|
|
4 |
docker run --user $(id -u):$(id -g) -i -t -v "${PWD}:/mnt/host" $IMAGE sixtypical $*
|