VHT 2.0 First App Test¶
Use this test to prove that the Docker-native VHT 2.0 workflow works on the target development environment.
Use When¶
- validating a new VHT 2.0 install
- confirming a hub can be targeted through Docker Context
- testing Compose or Stack deployment on a supported hub software release
- proving registry access before building real applications
Procedure¶
- Install VHT 2.0 and confirm
vhc2runs. - Add the target hub to VHT configuration.
- Confirm hub access and development mode.
- Create or select a Docker context for the hub.
- Build the sample or first app image.
- Push the image to the expected registry.
- Deploy with Docker Compose for node-level testing.
- Deploy with Docker Stack if testing mesh behavior.
- Confirm logs, ports, app health, restart behavior, and removal.
Pass Criteria¶
vhc2can identify and manage the target hub- Docker context points at the correct hub
- image builds for the required architecture
- registry push and pull work from the hub
- Compose or Stack deployment starts and can be inspected
- cleanup removes the workload cleanly