From 2bfa3615828171c6232e450ebed4f505f44b76b6 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sat, 5 Sep 2020 20:08:41 +0430 Subject: update --- gotty/Dockerfile | 1 + gotty/run.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'gotty') diff --git a/gotty/Dockerfile b/gotty/Dockerfile index 754441e..41def52 100644 --- a/gotty/Dockerfile +++ b/gotty/Dockerfile @@ -21,4 +21,5 @@ RUN git clone http://github.com/mbbill/undotree ~/.vim/bundle/undotree RUN git clone http://github.com/terminaldweller/fedora && cd fedora/baseline && cp ./.vimrc ~/.vimrc RUN go get github.com/yudai/gotty RUN vim -T xterm +Helptags +qall + EXPOSE 9000 diff --git a/gotty/run.sh b/gotty/run.sh index 2758ae7..c77b18c 100755 --- a/gotty/run.sh +++ b/gotty/run.sh @@ -1,2 +1,2 @@ #!/usr/bin/env sh -docker run -it --entrypoint ash $1 +docker run --network="host" -it --entrypoint zsh $1 -- cgit v1.2.3