[DevOps] dockerize-it v1.0.0
Introduction
Hate deleting an image or overwriting an existing image with the default docker image command? Use dockerize-it
simple bash tool that invokes the docker image
command with adding in basic validators to check for pre-existing images.
What about having to remember if its psql
, bash
bin/sh
you have to pass into docker exec
?
How about discovering different docker container server ip addresses quickly?
I created this simple bash tool that wraps basic docker
related commands with adding in basic validators, filtering, and better output to prevent any user errors from occurring.
This is a personal project feel free to fork and use or tailor to your own needs.