rusian/lab

By rusian

Updated over 2 years ago

Docker image of Alpine GNU/Linux with tmate and with HyperTerm support.

Image
0

237

rusian/lab repository overview

MicroLab

Docker image of Alpine GNU/Linux with tmate client support access via SSH or HTTPS and with HyperTerm support.

Docker

$ docker run --rm --name amalua.io -it -e API_KEY=<YOUR-KEY> -e NAME_SESSION=<YOUR-SESSION-NAME> -d rusian/lab

with docker nested

$ docker run --rm --privileged --name amalua.io -it -e API_KEY=<YOUR-KEY> -e NAME_SESSION=<YOUR-SESSION-NAME> -d rusian/lab

Docker compose

Set API_KEY and NAME_SESSION in the file .env

$ cp -v .env.sample .env

Run:

$ docker-compose up -d

Build image docker

$ docker build --no-cache --tag rusian/lab -f container/Dockerfile container

License

This work is licensed under the GNU GPLv3+

Tag summary

Content type

Image

Digest

sha256:e4693b366

Size

403.6 MB

Last updated

over 2 years ago

docker pull rusian/lab