Create pipe

mkfifo mypipe.pipe

Activate pipe in bg

bash activatepipe.sh

Pull lab images

docker pull shafinhasnat/sshserver
docker pull shafinhasnat/termserver

shafinhasnat/termserver repository

Launch lab application

docker-compose up -d

Api documentation

# 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
}