![]() |
VOOZH | about |
This Docker container image provides a curated set of command-line tools essential for developers, SREs, and DevOps engineers. It aims to streamline development workflows, simplify infrastructure management, and facilitate troubleshooting tasks.
Mac M1/x86 Setup:
colima start --cpu 8 --memory 16 --disk 150sudo ln -s ${HOME}/.colima/default/docker.sock /var/run/docker.sockMac M1 (Buildx) Setup (optional):
brew install colimacolima start --arch x86_64 --cpu 8 --memory 16 --disk 150 -p buildxdocker context use colima-buildxdocker run --rm --privileged multiarch/qemu-user-static --reset -p yesLinux Setup:
docker-compose-template.yaml for volume paths customizationgit config --global oh-my-zsh.hide-dirty 1make launchmake enterIssue: saml2aws complains about .saml2aws being a directory
Solution:
docker-compose down.saml2aws: rm -rf ~/.saml2aws.saml2aws: touch ~/.saml2awsFIXUID=$(id -u) FIXGID=$(id -g) docker compose up -dContributions to enhance and expand the toolset or improve the Dockerfile are welcome. Please fork this repository, make your changes, and submit a pull request. Make sure to follow the project's guidelines and conventions.
This project is licensed under the Apache License.
Content type
Image
Digest
sha256:4094c3cb9…
Size
1.3 GB
Last updated
about 2 years ago
docker pull satishweb/devops-tools