/debian-toolbox

Debian and Ubuntu images for use with Toolbox

Primary LanguageDockerfile

Debian-based images to use with Toolbox

build

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.

  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 ~]$