Requirements
Requirements¶
The base requirements of a service configuration.
The general information about a service and minimum required values are defined below.
| Field | Description |
|---|---|
| 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 marketplace container images by specifying the image and tag, e.g., rails:latest. |
| Replicas* | The number of containers to deploy for the service. |
| Command | The command executed at runtime. This overrides the commands executed in the Dockerfile built into the container image. |
| Arguments | The arguments for the command configured to execute at runtime. |