Skip to content

NDS Labs development environment for Docker-in-Docker support

Notifications You must be signed in to change notification settings

nds-org/ndslabs-dind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

NDS Labs Docker-in-Docker

NDS Labs image for Docker-in-Docker support based on dind. This image adds a few utilities on top of the base dind and changes the Docker storage driver from vfs to overlay for performance reasons.

Prerequisites

  • Docker (obviously)

Build

To build up this image:

docker build -t ndslabs/dind .

Run

To run an isolated Docker instance:

docker run -it --privileged ndslabs/dind

Test Cases

Pull an image:

docker pull 

Run a container from an image:

docker run -it --rm 

Build the image from within a container running that image:

git clone https://github.com/nds-org/ndslabs-dind
cd ndslabs-dind/
docker build -t ndslabs/dind .

In a word: "Woah..."

About

NDS Labs development environment for Docker-in-Docker support

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages