https://github.com/bugaevc/debian-toolbox
Debian and Ubuntu images for use with Toolbox
https://github.com/bugaevc/debian-toolbox
Last synced: 10 months ago
JSON representation
Debian and Ubuntu images for use with Toolbox
- Host: GitHub
- URL: https://github.com/bugaevc/debian-toolbox
- Owner: bugaevc
- Created: 2021-04-01T19:21:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-02T15:34:21.000Z (over 1 year ago)
- Last Synced: 2025-04-06T16:54:10.773Z (about 1 year ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Debian-based images to use with Toolbox

[Toolbox](https://github.com/containers/toolbox) is a nifty tool that makes containers feel
integrated rather then isolated. Toolbox only provides Fedora images out of the box. This
repo builds working Debian and Ubuntu images for use with Toolbox.
## How do I use this?
1. [**Get Toolbox**](https://github.com/containers/toolbox/blob/main/README.md#installation).
2. **Pull an image:**
```
$ podman pull ghcr.io/bugaevc/ubuntu-toolbox:21.04
```
3. **Create a toolbox:**
```
$ toolbox create --image ubuntu-toolbox:21.04 ubuntu
```
4. **Enjoy!**
```
$ toolbox enter ubuntu
⬢[you@toolbox ~]$
```