Sign inSign up

pepodev/super-utils

By pepodev

Updated about 6 years ago

Super-utils docker image that contain all utility for use as containerized in multiple purpose 🐳

Image
0

3.4K

pepodev/super-utils repository overview

Super Utils Docker Image

Super utils docker images is the containerize with many utility for multiple purpose

Getting Started

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"

List of avaliables utility

  • curl, wget, unzip, git, ping, rsync, ssh, scp
  • mysql-client (mysql, mysqldump)
  • gcloud, gsutil
  • kubectl
  • ansible
  • terraform
  • postgresql-client
  • mongodb

Tag summary

Content type

Image

Digest

Size

133.4 MB

Last updated

about 6 years ago

docker pull pepodev/super-utils