diff options
author | bloodstalker <thabogre@gmail.com> | 2020-09-03 15:25:44 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2020-09-03 15:25:44 +0000 |
commit | 0502d6ecc7d6d47f2dfaa212609b4b637e3ae49a (patch) | |
tree | 2d7badef6e64dca691e7a48b0bec1e0d462de783 /gotty/run.sh | |
parent | new vim docker image (diff) | |
download | dockerimages-0502d6ecc7d6d47f2dfaa212609b4b637e3ae49a.tar.gz dockerimages-0502d6ecc7d6d47f2dfaa212609b4b637e3ae49a.zip |
new gotty apline gotty image for mostly windows use
Diffstat (limited to 'gotty/run.sh')
-rwxr-xr-x | gotty/run.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gotty/run.sh b/gotty/run.sh new file mode 100755 index 0000000..2758ae7 --- /dev/null +++ b/gotty/run.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env sh +docker run -it --entrypoint ash $1 |