https://github.com/pepodev/super-utils
Super utils is the utility containerized for multiple purposes. 🐳🐳
https://github.com/pepodev/super-utils
docker hacktoberfest utils-docker
Last synced: 10 months ago
JSON representation
Super utils is the utility containerized for multiple purposes. 🐳🐳
- Host: GitHub
- URL: https://github.com/pepodev/super-utils
- Owner: PePoDev
- Created: 2020-06-30T08:55:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-20T08:04:21.000Z (over 2 years ago)
- Last Synced: 2025-06-01T01:15:21.498Z (about 1 year ago)
- Topics: docker, hacktoberfest, utils-docker
- Language: Dockerfile
- Homepage: https://pepo.dev/super-utils
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Super Utils
Super utils is the utility containerized for multiple purpose
## Getting Started
Get this image in local machine
```bash
docker pull quay.io/pepodev/super-utils
# mysqldump
docker run --rm quay.io/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 quay.io/pepodev/super-utils "gcloud activate ./service-account/gcp && gsutils -m copy -r ./dir/ gs://some-bucket"
```
## List of utility
- curl, wget, unzip, git, ping, rsync, ssh, scp, tar, gzip
- mysql-client
- mysqldump
- postgresql-client
- sqlcmd (MSSQL client)
- mongodb-client
- redis
- gcloud, gsutil
- aws-cli
- kubectl
- helm
- ansible
- terraform
- python, pip