Container Svc
The container service maintains containers on a node. It currently only supports Docker. It expects the Docker socket to be mounted.
The container service maintains containers on a node. It currently only supports Docker. It expects the Docker socket to be mounted.
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.
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.