Skip to content

niquola/dind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Docker in docker for docker development

alias d='sudo docker.io'
git clone git@github.com:niquola/dind.git
cd dind
docker build -t dind:latest .
d run --name=mydocker --privileged -t -i dind:latest /bin/bash

# test inside docker

docker run --rm -t -i ubuntu bash

About

Docker in docker image for docker development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages