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.
- Host: GitHub
- URL: https://github.com/haletran/deboostrap-podman
- Owner: Haletran
- License: mit
- Created: 2023-04-14T13:57:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T21:29:04.000Z (about 2 years ago)
- Last Synced: 2025-03-01T03:42:58.271Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.