Skip to content

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 create
  • vhc app add-image
  • vhc app build
  • vhc app build verify
  • vhc app run
  • vhc image upload
  • vhc container create
  • vhc container start
  • vhc container logs
  • vhc container shell
  • vhc container stop
  • vhc 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: