Share a Docker image without using a Docker registry

|
Tags:  Docker

This is useful for sharing personal Docker images or to import it to a secure environment with no Internet connection.

Example:

# Export Docker image to a .tar file
docker save thingsandcode.com/thingsandcode-web:20220830-pro > /tmp/thingsandcode-web_20220830-pro.tar

# Import .tar file to local Docker installation
docker load --input /tmp/thingsandcode-web_20220830-pro.tar

Author

Sergio Monedero

I am excited to share my knowledge and insights on programming and devops through this personal website. I am a lifelong learner with a passion for technology, and I enjoy staying up-to-date on the latest industry trends.

Keep in touch with Me: SergioCoder@LinkedIn | Branyac@Github