An Introduction to Applications¶
This section introduces the VHT 1.x application release workflow. In VHT 1.x, an application is a bundle of one or more signed Secure Docker images that can be released and deployed through Veea systems.
Use these pages when building, testing, or maintaining VHT 1.x applications that use vhc, Secure Docker image metadata, application release archives, remote container access, or dynamic configuration/state patterns.
Application Workflow¶
| Step | Local page |
|---|---|
| Understand Secure Docker and application archives | Secure Docker |
| Create and configure the application | Application Creation and Configuration |
| Build and verify the application archive | Application Build and Verification |
| Upload and test the application | Application Test |
| Release the application | Application Release |
The application workflow covers the VHT 1.x command flow:
vhc app createvhc app add-imagevhc app buildvhc app build verifyvhc app runvhc image uploadvhc container createvhc container startvhc container logsvhc container shellvhc container stopvhc container delete
Warning
This is VHT 1.x content. Use vhc commands here. VHT 2.x uses vhc2.
Application Notes¶
Runtime patterns for deployed applications: