Skip to content

Docker in Docker Ubuntu container for Concourse CI

Notifications You must be signed in to change notification settings

pinniped-ci-bot/concourse-dind

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

See original docs at https://github.com/fhivemind/concourse-dind for how to use this container image in Concourse jobs.

This fork makes entrypoint.sh executable, removes docker-squash and docker-compose, and uses a newer version of Docker.

Runs docker inside a container

This container image can be used to run Docker commands inside a container, which is handy for Concourse CI jobs to allow them to use Docker CLI commands.

Example of building and testing this container image locally

docker build . -t concourse-dind
docker run --privileged concourse-dind docker run hello-world

About

Docker in Docker Ubuntu container for Concourse CI

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 86.6%
  • Dockerfile 13.4%