Skip to main content

3 docs tagged with "containers"

View all tags

Container Svc

The container service maintains containers on a node. It currently only supports Docker. It expects the Docker socket to be mounted.

Deploy Svc

The deploy service is responsible of launching containers on whatever infrastructure the 1Backend is running on (eg. Docker Svc) and registering them into the Registry Svc.

File Svc

The File Service handles file-related operations, including downloading files from the internet (to cache them for faster access), accepting file uploads, and serving both downloaded and uploaded files.