Docker's docker image with bash: https://home.hottis.de/gitlab/dockerized/docker-bash
4.6K
This is a Docker image directly derived from the Docker image docker, which is required whenever you need the docker tools within a container.
I use it regularly within Gitlab CI runners. Most recently I was wondering why a specific bash feature (variable indirection) wasn't available in a CI script. The reason was simple: the Docker docker image doesn't contain bash at all.
This image now is derived from the Docker docker image and just adds the bash.
I would say: Use it the same way as the original image, you just have the bash now, and curl and git.
Repo: https://home.hottis.de/gitlab/dockerized/docker-bash
Dockerfile: https://home.hottis.de/gitlab/dockerized/docker-bash/-/blob/master/Dockerfile
Content type
Image
Digest
Size
89.7 MB
Last updated
almost 6 years ago
docker pull wollud1969/docker-bash