docker
Although running Docker inside Docker is generally not recommended, there are some legitimate use cases, such as development of Docker itself. Docker is an open-source project that automates the deployment of applications inside software containers, by providing an additional layer of abstraction and automation of operating-system-level virtualization on Linux, Mac OS and Windows.
See docker.com for more information
This image is built by IBM to run on the IBM Z architecture and is not affiliated with any other community that provides a version of this image.
License
View license information
here
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.
Versions
Use the pull string below for the version of this image you require.
18.06.3 |
docker pull icr.io/ibmz/docker@sha256:a3f7cdbdd34b6ff7f797932196c05890732d6961a286f9f46f4c83d3d6dedcb0 |
Vulnerability Report | 10-29-2024 |
Version |
Pull String |
Security (IBM Cloud) |
Created |
Usage Notes
- Create a Docker volume:
docker volume create dockervol
- Start your Docker container:
docker run -it --name some-docker -v [your_volume]:/var/lib/docker \
-v /var/run/docker.sock:/var/run/docker.sock:ro \
icr.io/ibmz/docker:18.06.3