mkfifo mypipe.pipe
bash activatepipe.sh
docker pull shafinhasnat/sshserver
docker pull shafinhasnat/termserver
shafinhasnat/termserver
repository
docker-compose up -d
# Launch terminal in browser
[GET] /launch-terminal
> Response:
{
"status": string,
"url": string,
"message": string
}
# launch ssh image
[GET] /launch-vm
> Response:
{
"status": string,
"command": string,
"password": string
"message": string
}