Skip to main content
Create path: ApplicationDocker image (docker-image).

Image source

DockerImagePanel supports two modes: 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