jamesqin-cn / docker-exec-ws

Websocket server that serves the results of docker exec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-exec-ws

Intro

Websocket server that serves the results of docker exec

Usage

server

./app [-host :8080] [-docker_host 127.0.0.1:2375] [-cols 100] [-rows 28]

client

http://<ws_host>/?id=<container_id>

About

Websocket server that serves the results of docker exec

License:MIT License


Languages

Language:Go 100.0%