ubuntu-dind icon indicating copy to clipboard operation
ubuntu-dind copied to clipboard

A docker image based in ubuntu to run docker containers inside docker containers

Results 3 ubuntu-dind issues
Sort by recently updated
recently updated
newest added

I tried to remove the line `VOLUME /var/lib/docker` in the Dockerfile, in order to persist docker state (image, build cache, etc...) inside the container but it is causing issues. ```...

### Bug description I get this error when starting docker in this image. I use Docker Desktop on WSL2. ``` root@a48aec4bfb16:/# docker ps Cannot connect to the Docker daemon at...

Hello, ✅ Following approach works: `docker run -it --privileged cruizba/ubuntu-dind docker run hello-world` ❌ But the following approach doesn't: `docker run -it --platform=linux/amd64 --privileged cruizba/ubuntu-dind docker run hello-world` **Error Message:**...