Docker
Docker Compose
How SkyPort relates to Docker Compose workloads.
SkyPort does not expose a dedicated Compose command surface in the current CLI implementation.
What That Means
- Manage Compose files with Docker itself or your deployment process.
- Use SkyPort for container runtime visibility, logs, and host operations.
- If you deploy a stack that originates from Compose, document the surrounding workflow clearly and avoid implying first-class Compose orchestration support.
Practical Pattern
terminal
docker compose up -d
skyport docker ps
skyport docker logs my-container
Documentation Rule
If you mention Compose in SkyPort docs, frame it as an external workflow that complements the platform rather than a built-in feature.
Next
- Read Containers.
- Read Volumes.
- Read Networks.
