Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.gateways.app/llms.txt

Use this file to discover all available pages before exploring further.

Create path: ApplicationDocker image (docker-image).

Image source

DockerImagePanel supports two modes:
ModeUse case
RegistryReference a container image string (registry host, repository, tag). Typical for images already pushed to ECR, Docker Hub, GHCR, etc.
UploadProvide a Docker image archive (for example .tar or supported bundle) where the product allows direct upload; the UI may validate file type and size.
You also set:
  • Name and optional description
  • Container port (default commonly 80; must match what the process listens on unless the platform maps it)
  • Environment variables for the container (optional JSON bulk paste; masked display for secrets where implemented)
  • Source flag in metadata: dockerImageSource is registry vs upload so the backend knows how to provision

Deploy

Deploy triggers pull/load of the image and scheduling on your cloud (ECS, Kubernetes, VM agent—depends on deployment). The card reflects status and last deployment time from API fields such as updatedAt.
  • Differs from Upload app (source code zip) in that the unit of deployment is an image, not extracted source + install commands.
← Application overview · Application sources