docker icon indicating copy to clipboard operation
docker copied to clipboard

Docker Official Image packaging for Docker

Results 22 docker issues
Sort by recently updated
recently updated
newest added

For arm32v7, the current version of Docker on Docker Hub is 19.03.08. Meanwhile, Docker version 19.03.13 is available (See [Jenkins](https://doi-janky.infosiftr.net/job/multiarch/job/arm32v7/job/docker/lastFailedBuild/)). I think it shouldn't make a huge difference to either...

Issue

Please excuse my ignorance here if this is the wrong place to raise this, but thought it might be useful to have a placeholder folks could follow. Not sure if...

Hi, Currently all image variants are based on Alpine. It's totally fine, in most cases this is the best choice for the container OS. However, some cases require a different...

Request

```console $ docker pull docker:20-dind 20-dind: Pulling from library/docker Digest: sha256:4e1e22f471afc7ed5e024127396f56db392c1b6fc81fc0c05c0e072fb51909fe Status: Image is up to date for docker:20-dind docker.io/library/docker:20-dind $ docker run -dit --privileged --name test docker:20-dind dockerd 1ee25dc98bf4bc5e232abe27a9e651b18cbfb8b3f6ca981c3ae64c894584e7b4...

This patch installs git in the "dind" variants of the image, to allow using `docker build` to build from a remote source. This change adds ~13MB to the image size...

With quota limit to download images on Docker hub, i want to use a copy on my own registry. Same image , no modified, but when i try the login...

question

I have a k8s pod consisted of an app container and a dind container and want to share the dind volumes to the app container. It would be nice to...

Request

Supply the numeric uid/gid of the user/group created early in the Dockerfile. This is to ensure that (on k8s) runAsNonRoot works as expected because the username could indeed map to...

Noticed this by coincidence when upgrading our local image to 23.0.6. The warning is fine in itself, but pushing the 15-second delay to all users setting `DOCKER_TLS_CERTDIR: ''` (perhaps for...

we are trying to use docker in docker for our usecase using the official docker:dind image. But when the dockerd-entrypoint.sh is executed to run the docker deamon inside the container...