mainiak / diag-service

Home Page:https://hub.docker.com/r/mainiak/diag-service/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

diag-service

Simple web service, returning JSON with host details. Usefull for fixing networking issues within Docker.

IN="mainiak/diag-service"
CN="diag_service"
docker pull $IN
docker run --name="$CN" -p 9000:8000 -d $IN
# http://<docker_ip>:9000/
docker stop $CN

See https://registry.hub.docker.com/u/mainiak/diag-service/

About

https://hub.docker.com/r/mainiak/diag-service/


Languages

Language:JavaScript 94.3%Language:Shell 5.7%