MicroLab
Docker image of Hyperbola GNU plus Linux-libre with tmate client support access via SSH or HTTPS and with HyperTerm support.
Docker
$ docker run --name microlab --hostname hyperbola.info -it -e API_KEY=<YOUR-KEY> -e NAME_SESSION=<YOUR-SESSION-NAME> -d rusian/microlab
Docker compose
Set API_KEY
and NAME_SESSION
in the file micro.env
$ cp -v micro.env.sample micro.env
Run:
$ docker-compose up -d
Build image docker
$ cd microlab/core
$ docker build --no-cache --tag rusian/microlab -f Dockerfile .
License
This work is licensed under the GNU GPLv3+