Cache Docker Images with Docker Compose #784
cha0sg0d
started this conversation in
Show and tell
Replies: 1 comment
-
Glad to hear you have been getting value from docker-cache, and thank you for sharing your script with the community! You inspired me to enable discussions on this repository. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all, this repo was EXACTLY what I needed. Thank you so much for building it.
I use a couple of public Docker images for my local development, and I simply wanted to cache them when pulling from the Docker Registry.
If anyone else has this simple use case, check out this gist that worked for me. It combines Docker Cache and Docker Compose.
docker-compose-cache-github-action.yml
Beta Was this translation helpful? Give feedback.
All reactions