Categorygithub.com/ChenKS12138/remote-terminal
repositorypackage
0.0.0-20220212023123-7baaf2b96fd4
Repository: https://github.com/chenks12138/remote-terminal.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

remote-terminal

remote terminal

example

How To Run

docker pull chenks/remote-terminal:latest
docker run -d --name local-remote-terminal --restart always --add-host=host.docker.internal:host-gateway -e GIN_MODE=release -e PROXY=http://host.docker.internal:1087 -e CONFIG=https://raw.githubusercontent.com/ChenKS12138/remote-terminal/main/example.config.yml -p 8000:8000 -v /var/run/docker.sock:/var/run/docker.sock chenks/remote-terminal:latest

Configuration

see https://github.com/ChenKS12138/remote-terminal/blob/main/example.config.yml