M
MIOSA Docker Deploy

Live containerized app running from a sandbox release.

Production URL healthy

Sandbox code, packaged into a Docker Deploy app.

This page is served by a Node HTTP server running inside a Docker container on the MIOSA Docker Deploy appliance. It replaced the earlier JSON-only proof app.

View API JSON
miosa sandbox publish --docker-deploy --app f080f457...
→ snapshot /workspace
→ create versioned release artifact
→ upload release.tar to Docker Deploy appliance
→ run container on appliance host port
→ route public URL to container
Runtime
Docker

Containerized app process

Port
8080

Mapped to appliance host port

Release
v2

New version from the same sandbox flow

Status
Live

Checking uptime...

What This Proves

The browser request goes through MIOSA routing, lands on the Docker Deploy appliance VM, reaches the container port, and returns this full HTML app.

Deployment Flow

1Write app files into /workspacedone
2Create versioned release artifactdone
3Build and run Docker containerdone
4Serve on public MIOSA URLdone