diff options
author | bloodstalker <thabogre@gmail.com> | 2020-08-29 16:29:20 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2020-08-29 16:29:20 +0000 |
commit | aec1fbe7bfe7482f5419f2b863a0ab1008814f81 (patch) | |
tree | e823a9691b127e97130554ef22cff4d8bf4b37c6 /vim/run.sh | |
parent | zathura on alpine for windows use (diff) | |
download | dockerimages-aec1fbe7bfe7482f5419f2b863a0ab1008814f81.tar.gz dockerimages-aec1fbe7bfe7482f5419f2b863a0ab1008814f81.zip |
new vim docker image
Diffstat (limited to 'vim/run.sh')
-rwxr-xr-x | vim/run.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/run.sh b/vim/run.sh new file mode 100755 index 0000000..2758ae7 --- /dev/null +++ b/vim/run.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env sh +docker run -it --entrypoint ash $1 |