Sign inSign up

stellarhub/dind

By stellarhub

Updated almost 5 years ago

docker in docker with cloud tools

Image
0

363

stellarhub/dind repository overview

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.

  1. you need to start a docker daemon
  2. connect a shell to the daemon.

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

Tag summary

Content type

Image

Digest

Size

447.4 MB

Last updated

almost 5 years ago

docker pull stellarhub/dind:aio