Skip to main content
This page summarizes common runtime settings used when deploying with Air Container.

Supported registries (examples)

  • GCP Artifact Registry
  • AWS ECR
  • GitHub Container Registry
  • Docker Hub
Private registries require authentication.

Common configuration fields

Start command

The command used to start the container process.

Port

The port your service listens on for external requests.

Health check URL

A path used to verify the container is healthy.

Max wait time

The maximum time allowed for startup.

Boot wait time

How long to wait for the service to become ready.

Environment variables

Key-value configuration required by your application.

Endpoint ID

An optional identifier you can use for endpoint tracking.

Operational recommendations

  • Manage public vs. private registry settings explicitly
  • Validate ports and health check paths before deployment
  • Re-check production environment variables before deploying
  • After changes, review logs and usage together

Deploy a Container

Deployment flow and configuration steps.

Monitoring and Troubleshooting

What to check in Usage, Logs, and Settings.