Project location: https://github.com/vassilvk/aarch64-docker/tree/master/docker-cli
Use this image to perform Docker operations from within a Docker container (a safe alternative to Docker-in-Docker).
Implementation based on this article by Jérôme Petazzoni.
Docker binary build for ARM64 based on this article by Alex Ellis.
Make sure to mount the host's Docker socket to the container when running this image.
For example:
docker run -v /var/run/docker.sock:/var/run/docker.sock -it vassilvk/aarch64-docker-cli bash -c "docker info"
Content type
Image
Digest
Size
71.5 MB
Last updated
over 9 years ago
docker pull vassilvk/aarch64-docker-cli