For the complete documentation index, see llms.txt. This page is also available as Markdown.

Build Config (Specify where the Docker file exists)

Ozone relies on a Dockerfile to build and package your microservice. This file lists instructions for the Docker daemon to follow when building a container image. By specifying the Dockerfile location, Ozone understands how to construct the container image that will ultimately house your deployed microservice.

Last updated