Skip to content

gurukami/docker-dind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

About this repo

Docker Stars Docker Pulls

This is a Dockerfile instructions to build a container image with DIND and some additional features

  • Docker-Compose
  • CURL
  • Make
  • Git
  • SSH Client
  • GCC
  • Bash

Usage

docker run -it --rm --privileged --name dind -v /var/run/docker.sock:/var/run/docker.sock -v ${host_wd}:${container_wd} -w ${container_wd} gurukami/dind:latest

Versions

  • tag: latest based on docker:19
  • tag: 19 based on docker:19

About

DIND with some additional features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published