jfsanchez.hashnode.devWriting a Docker pluginDo 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...May 26, 2025·3 min read