Remote Access to Containers¶
Remote container access lets a VHT 1.x application expose a container service through Control Center without publishing that service directly on the local network.
Use this pattern when a container provides a web console, local API, setup UI, diagnostics page, or other operator-facing endpoint that should be reached through the Veea control plane.
Local Workflow¶
- Build the container image with the service listening on an internal container port.
- Configure the VHT 1.x image or application metadata so the service is exposed as a remote-access endpoint.
- Upload the image or application to the development VeeaHub.
- Start the container or application.
- Open the service through Control Center.
Related Local Pages¶
- An Example to Demonstrate Remote Container Access 1.2
- An Example to Demonstrate Published Ports 1.2
- Application Creation and Configuration 1.2
- Application Test 1.2
- Control Center UI Links
- Web UI Proxy Compatibility
Warning
Do not expose administrative services broadly on the local network unless the application explicitly requires it. Prefer the remote-access pattern for operator UI and diagnostics.