Zixi Software Containers
1 min
there are three possible methods for running a docker container the container exists on the docker hub container image library | app containerization http //hub docker com/ registry the container exists on a private registry that you have access to you have built or imported the container into your local docker environment for instance, the command docker run hello world will download and run the hello world container from docker hub container image library | app containerization http //hub docker com/ 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 installing a new docker image docid\ ubfm4g3psqvgurgw6uldu running a container docid\ rvuvtfun7gqcnlawv35 r scaling deployments docid\ njc7a0zdajrvinizs3dvi miscellaneous docker commands docid\ t5nkdwnwebrfsaa8tmqvi

