Build Docker Image - UG1630

Kria SOM App Store Applications Developer Deployment Guide for Ubuntu (UG1630)

Document ID
UG1630
Release Date
2023-08-11
Revision
1.0 English

To build the docker image named test-image, go to the top-level directory of the source (which contains the dockerfile) and run the following docker build command:

docker build -t test-image

This generated image is now available to use and test on the current workstation using the docker run test-image command. See the docker guide to learn how to configure and run the docker images on a target.