An open API service indexing awesome lists of open source software.

https://github.com/haletran/deboostrap-podman

Scripts to create debian container by using Debootstrap and Podman.
https://github.com/haletran/deboostrap-podman

Last synced: 20 days ago
JSON representation

Scripts to create debian container by using Debootstrap and Podman.

Awesome Lists containing this project

README

          

# Debootstrap on Podman

These scripts facilitate the creation of a Debian container using Debootstrap and Podman.

## Dependencies

Ensure you have the following dependencies installed before using the scripts
(it will dl them if you don't have them):

```bash
sudo apt-get install git podman debootstrap slirp4netns fuse-overlayfs dirmngr
```

## Installation

Clone the repository :

git clone https://github.com/Haletran/Deboostrap-Podman

Execute the install script with elevated privileges:

sudo bash install.sh

## Credits

- Original Idea from @kapouer
- Tutorial about the same project on docker

Feel free to explore and adapt these scripts to suit your containerization needs. If you encounter any issues or have suggestions for improvement, please contribute to the project.