git @ Cat's Eye Technologies
The-Cannery
/
b5cfdf1
Add hastec command.
Chris Pressey
3 years ago
1 changed file(s) with
4 addition(s)
and
0 deletion(s)
.
Raw diff
Collapse all
Expand all
+4
-0
script/hastec
less
more
0
#!/bin/sh
1
2
IMAGE=catseye/hastec:0.5.5.1-ce1
3
docker run --user $(id -u):$(id -g) -i -t -v "${PWD}:/src" $IMAGE hastec $*