Skip to content
This repository was archived by the owner on Jul 22, 2026. It is now read-only.

Latest commit

 

History

History
35 lines (23 loc) · 911 Bytes

File metadata and controls

35 lines (23 loc) · 911 Bytes
topic Docker image import

Image requirements

  • Public
  • Arch --platform linux/amd64

This constraint ensures imported Docker images are built for the host machine architecture.

Prerequisites

Deploy a Docker image

nginx example

  1. Logged into the AutoGen app, click + New Project.
  2. Click on Deploy Docker Container.
  3. Populate:
    • Image path
    • Port
    • (Optional) project name
  4. Click on Deploy Project.
  5. Click Visit Project to access the app on its public endpoint.

Lightweight images will be available immediately. View the logs to verify larger deployments before hitting that unique endpoint.