Deploying Zixi Products Using ...
How to Deploy Zixi Broadcaster...

Zixi Software Containers

2min

There are three possible methods for running a Docker container:

For instance, the command

Bash


will download and run the hello-world container from Docker Hub Container Image Library | App Containerization . This is a good way to validate that your Docker environment is set up properly.

For Zixi software we will use the last method, which is building or importing images into your local Docker environment.  In terms of terminology, the Docker image is a read-only immutable template that defines how a container will be realized.  A Docker container is a runtime instance of a Docker image that gets created when the docker run command is executed.