my-container-api

Deploy and manage cloud containers with Docker images and custom domain routing.

83|Updated May 8, 2026
One-click install
npx skills add https://github.com/myapihq/myapi --skill my-container-api
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: my-container-api
Source: https://github.com/myapihq/myapi/tree/main/skills/my-container-api
Command: npx skills add https://github.com/myapihq/myapi --skill my-container-api

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers run production-ready containerized applications without managing cloud infrastructure, deployments, runtime scaling, or domain routing themselves.

Core Features & Use Cases

  • Container Lifecycle Management: Create, deploy, inspect, log, and delete managed containers for services, workers, and scheduled jobs.
  • Dynamic Application Hosting: Run applications requiring native dependencies, long execution times, background processing, or full backend runtimes.
  • Custom Domain Deployment: Connect deployed containers to registered domains with HTTPS for production-facing applications.

Quick Start

Ask the skill to create a service container, deploy a container image, and connect it to a custom domain.

Frequently Asked Questions about my-container-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a Docker container to a cloud hosting environment?▼

To deploy a Docker container, you provide a container image to the managed cloud hosting service, which handles the runtime execution, lifecycle operations, and production infrastructure without manual server configuration.

Can I run background workers and scheduled jobs using Docker images?▼

Yes, you can run background workers and scheduled jobs using Docker images. The managed container environment supports long-running processes and native dependencies required for dynamic application execution.

How do I connect a custom domain to a deployed backend container?▼

You connect a custom domain to a deployed backend container by applying domain binding capabilities to the running HTTP service, enabling production-facing traffic routing with HTTPS.

Do I need to manage cloud infrastructure myself for dynamic application hosting?▼

No, dynamic application hosting does not require managing cloud infrastructure yourself. The service abstracts runtime scaling, deployment workflows, and container lifecycle operations for production-ready applications.

What is the best way to inspect runtime logs for a managed container?▼

The best way to inspect runtime logs for a managed container is through the built-in inspection capabilities, which allow you to view container states and log outputs directly during the deployment lifecycle.