Sign inSign up

ovgucsworkshops/cmanager

By ovgucsworkshops

Updated over 4 years ago

Container Manager, part of the backend of the talk infrastructure

Image
0

1.3K

ovgucsworkshops/cmanager repository overview

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
USER_ALLOW_NETWORKboolWhether to allow connections to the internat from spawned containers
USER_INTERNAL_NETWORKstringA reference to a docker network created with --internal to communicate with the broker
USER_NETWORKstringA reference to a docker network providing access to the internet. [Required if USER_ALLOW_NETWORK is set to a truthy value]

Tag summary

Content type

Image

Digest

Size

15.8 MB

Last updated

over 7 years ago

docker pull ovgucsworkshops/cmanager