This repository contains images with different cloud tools. Please use different image tag according to your need.
It is a 2-step process to run docker in docker.
Step 1 - start a docker daemon
To start a docker deamon with aws cli v2
docker run --privileged -d --name dind stellarhub/dind:aws2
or
To start a docker deamon with aws cli v1
docker run --privileged -d --name dind stellarhub/dind:aws1
or
To start a docker deamon with gcloud sdk cli
docker run --privileged -d --name dind stellarhub/dind:gcp
Step 2 - start a shell
To start a shell that connects to docker deamon
docker exec -it dind /bin/sh
Content type
Image
Digest
Size
447.4 MB
Last updated
almost 5 years ago
docker pull stellarhub/dind:aio