{{vm.error}}
The full namespaced name of the image that you wish to use to deploy your container.
Docker image names follow the convention: registry.myorganization.org:5000/namespace/image-name
Where:
When the registry is omitted, Docker will make the assumption that you wish to deploy an image from the Official Docker Hub. If both the registry and the namespace are omitted, then Docker will assume that you wish to deploy an image from the selection of official Docker images in the Docker Library
If the operator chooses to automatically expose all configured ports for the image, then Docker will make the exposed port accessible on the host and the ports will be available to any client that can reach the host. When using this option, Docker will bind the exposed ports to a random port on the host between 49153 and 65535.