Skip to content

shin-/dind

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker in Docker

This repository contains tools to generate Docker in Docker images.

Repository Organization

For every version of Docker, there is a corresponding git tag in this repository containing a Dockerfile able to build a Docker-in-Docker image of that version.

Example:

$ git co v1.0.0
$ docker build -t dind .
$ docker run --privileged dind docker version
Client version: 1.0.0

Every version is built and pushed to the Docker Hub:

$ docker run --rm --privileged -it dockerswarm/dind:1.0.0 docker version
Client version: 1.0.0

Build

./build.sh VERSION

About

Docker in Docker Images

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 71.0%
  • Dockerfile 16.5%
  • Python 12.5%