BusyBox combines common UNIX utilities into a single containerization. It provides tools for most of the utilities usually usable for works such terraform, terragrunt, awscli, database-client, and even runtime for applications. The utilities in BusyBox generally have fewer options to install as needed. BusyBox provides a fairly complete environment for any small or embedded system.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
For Debian, Ubuntu:
$ apt-get -y install git
For Redhat, Centos, Fedora:
$ yum -y install git
Installation Docker Refer: https://docs.docker.com/engine/install/
$ docker pull docker.io/bayudwiyansatria/busybox:latest
A step by step series of examples that tell you how to get a development env running
Say what the step will be clone this repository.
$ git clone git@github.com:bayudwiyansatria/busybox.git
$ docker run -it docker.io/bayudwiyansatria/busybox:latest
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Looking to contribute to our code but need some help? There's a few ways to get information:
- Connect with us on Twitter
- Like us on Facebook
- Follow us on LinkedIn
- Subscribe us on Youtube
- Log an issue here on github
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE file for details
Copyright © 2023 - 2019 Public Use. All Rights Reserved.
- Hat tip to anyone whose code was used
- Inspiration
- etc