Categorygithub.com/ovgu-cs-workshops/cmanager
modulepackage
0.6.0
Repository: https://github.com/ovgu-cs-workshops/cmanager.git
Documentation: pkg.go.dev

# README

cmanager - Container Manager

This project contains one part of the backend infrastructure for the git-introduction talk. The task of this program is to spawn containers with the 'userland' image for users when they connect to the backend.

The container image is configurable and should provide a simple to use shell.

Configuration

This service can be configured entirely using environment variables. It is based on the service lib, please refer to its documentation for how to configure the websocket connection.

Additional environment variables and their meaning are described below:

NameTypeDescription
USER_IMAGEstringDocker image to use for spawned containers
RUNPRIVILEGEDboolWhether to spawn the containers in privileged mode

# Packages

No description provided by the author
No description provided by the author