mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
Reusing the Snapshot of the image in docker containers #382
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @shashank2086 on GitHub (Jul 8, 2022).
I have successfully booted catalina image using Dockerfile.auto, then i have installed some libraries and package. For the whole setup it's taking alot of time so i need a workaround of using the same snapshot image for other containers. I have tried extracting the snapshot image from the container and again builded that using same image, but then i am not able to get ssh on that image, it's not booting.
Is there any workaround of using that snapshot image on my Dockerfile?