iximiuz / cdebug

cdebug - a swiss army knife of container debugging
https://iximiuz.com/en/posts/docker-debug-slim-containers/
Apache License 2.0
1.34k stars 47 forks source link

🔧 Don't pull socat image if already exists #33

Closed peter-cardenas-ai closed 6 months ago

peter-cardenas-ai commented 6 months ago

Checks the existing images, and if one exists, then we don't pull.

iximiuz commented 6 months ago

That's a great addition! Thanks for your contribution!

peter-cardenas-ai commented 6 months ago

Yay! This is actually my first open source contribution, thank you 🫶

iximiuz commented 6 months ago

That's a very good start! A well-scoped PR adding a much-needed feature.