Requirements

The base requirements of a service configuration.

The general information about a service and minimum required values are defined below.

FieldDescription
Name*The name for the service in the Docker network. Services can communicate internally using their name.
Image*The domain and path of the container image in the registry, e.g., registry.gitlab.com/medstack-inc/flask-demo:1.2

You may also deploy public Docker Hub market place container images by specifying the image and tag, e.g., rails:latest
Replicas*The number of containers to deploy of the service.
CommandThe command executed at runtime. This overrides the commands executed in the Dockerfile built into the container image.
ArgumentsThe arguments for the command configured to execute at runtime.

*Required