Create a container image for Docker-in-Docker “Docker-in-docker” is an often useful technique to help running multiple instances of container clusters (e.g. swarm services, docker-compose) on the same container host. It consists of: - A conventional container image with docker server daemon and client utilities.
- A privileged container running the image…