Docker is an open-source platform for developers and system administrators to build, ship, and run distributed application in software containers. The Docker integration for Digital.ai DevOps products uses the docker-py Jython library to communicate with the Docker daemon. The Digital.ai Deploy’s Docker plugin lets you deploy Docker images to create containers and connect networks and volumes to them.
Steps
docker.Engine: Docker engine
docker.Registry: A Docker registry.
docker.Service: A Docker service.
docker.ServicePort: Port binding.
docker.ServiceVolumeMount: Specification for a Docker Service Volume Mount.
docker.Container: A Docker container.
docker.Port: Port binding.
docker.MountedVolume: A Docker Mounted Volume.
docker.Network: A Docker network.
docker.Volume: A Docker volume.
docker.DeployedFolder: Deployed Folder used for deployment in Docker
docker.DeployedFile: Deployed File used for deployment in Docker