Super-utils docker image that contain all utility for use as containerized in multiple purpose 🐳
3.4K
Super utils docker images is the containerize with many utility for multiple purpose
Get this image in local machine
docker pull pepodev/super-utils
# mysqldump
docker run --rm pepodev/super-utils "mysqldump --help"
# gsutil // copy local file to google cloud storage
# working directory is /opt/ mount folder in this path to easy use as volume
docker run --rm -v ./service-account:./service-account pepodev/super-utils "gcloud activate ./service-account/gcp && gsutils -m copy -r ./dir/ gs://some-bucket"
Content type
Image
Digest
Size
133.4 MB
Last updated
about 6 years ago
docker pull pepodev/super-utils