/busybox

BusyBox combines common UNIX utilities into a single containerization

Primary LanguageDockerfileMIT LicenseMIT

Busybox

Contributor Covenant

Release

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.

Table of Contents

Getting Started

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.

Prerequisites

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

Installation

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

Usage

$ docker run -it docker.io/bayudwiyansatria/busybox:latest

Contributing

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:

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Copyright © 2023 - 2019 Public Use. All Rights Reserved.

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc