Writing a Docker plugin
May 26, 2025 · 3 min read · Do you have Bash functions for Docker tasks like cleanup or maintenance? Why not turn them into a Docker cli plugin and make them feel like first-class Docker commands? Let’s take this Bash alias: function docker_clean() { echo "Cleaning up Docke...
Join discussion
