Sign inSign up

vassilvk/aarch64-docker-cli

By vassilvk

Updated over 9 years ago

ARM64 Docker CLI image

Image
0

254

vassilvk/aarch64-docker-cli repository overview

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.

Usage

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"

Tag summary

Content type

Image

Digest

Size

71.5 MB

Last updated

over 9 years ago

docker pull vassilvk/aarch64-docker-cli