💾
Load Image from File
# For AMD64 platform
docker load -i dime_amd64.tar
# For ARM64 platform
docker load -i dime_arm64.tar
Load the Docker image from a tar file. Choose the correct file based on your system architecture.
Offline
TAR Archive
Platform-Specific
☁️
Pull Image from Docker Hub
docker login -u your_dockerhub_username
docker pull ladder99/dime:latest
docker images
Log in to Docker Hub and pull the latest DIME image. The last command verifies the image was downloaded successfully.
Online
Docker Hub
Latest Version