This runs Dockerā inside Dockerā .
Dockerhub: thstangenberg/dockerā
/var/lib/docker - docker filesThis container runs docker inside docker. It's required to run with the --privileged option.
docker run --name docker --privileged thstangenberg/docker
Make is used as build system.
make / starts normal docker build.make run / build and run the container. This uses imagename as container name and automatically stops a running container with an equal name beforehand.make bash / build, run the container and start a bash prompt.make ncbuild / normal build without using the docker cache ( --no-cache ).Docker Build Reference https://docs.docker.com/reference/builder/ā
Content type
Image
Digest
sha256:962a12787ā¦
Size
153.5 MB
Last updated
about 11 years ago
docker pull stangenberg/docker-docker