Skip to content

mahanfr/bandar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Stargazers Issues MIT License


Bandar - Container engine

Bandar is an open-source container engine
Report Bug · Documentaion

Bandar is an open-source container engine designed to provide a lightweight and efficient solution for containerization. This project is written primarily in C and aims to deliver a simple demenstration of docker style container managment.

Installation

To install Bandar, follow these steps:

  1. Clone the repository:
git clone https://github.com/mahanfr/bandar.git
cd bandar
  1. Build the project:
make

Usage

To use Bandar, follow these steps:

  1. To Start the container engine:
./build/bandar -u 0 -m . -c /bin/sh

Command line options:

-u  specify gid and uid
-m  path to image
-c  stating process of the container

Contributing

We welcome contributions from the community. To contribute, please follow these steps:

Fork the repository.
Create a new branch: git checkout -b my-feature-branch.
Make your changes and commit them: git commit -m 'Add some feature'.
Push to the branch: git push origin my-feature-branch.
Create a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Docker-Style Container Managment System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published