Platform

Services

Understand how SkyPort groups Docker, PM2, and VPS operations as services.

SkyPort uses the word service as an operator-facing abstraction over the real modules you manage: containers, PM2 processes, and remote server sessions.

Service Views

  • Docker services are managed through the Docker module and CLI.
  • PM2 services are managed through process commands and the backend PM2 API.
  • VPS sessions are managed through SSH and remote terminal access.

Useful Commands

terminal
skyport docker ps
skyport pm2 list
skyport server ssh

How To Document Services

When writing service docs, keep them tied to a real workflow:

  • show what the operator is trying to control
  • show the command or dashboard route that reaches it
  • show the logs or health check that proves it worked

Next

  1. Read Docker for container-level service operations.
  2. Read PM2 for process-level service operations.
  3. Read VPS SSH Management for remote host sessions.
SkyPort

SkyPort Docs

Self-hosted infrastructure platform