Releases: 89luca89/distrobox
Releases · 89luca89/distrobox
1.0.4
1.0.3
Small style, formatting and bug fix release:
- actions: add shellcheck linter action
- docs: add license header to files, Fix #10
- init: remove theme and icons symlink
it was used to integrate host's theme and icons into container
but creates many problems, let's wait and find a better solution - init: add groupadd command before useradd
- enter: simplify env passing
- create, enter: use eval to execute the generated command, remove shellcheck exception SC2091
1.0.2
Small style and formatting fix release:
- Fix variable quoting
- Prefer putting braces around variable references even when not strictly required
- Update README with new distro support:
- Kali linux
- Neurodebian
- Invitation to open new issues to add new distros to the table
1.0.1
Included fixes:
- create: check that a folder exists before adding volume in podman
- install: fix basedir chmod
- create: let distrobox-export path to be optional
- create: improve error message for missing distrobox-init
- podman: when we use verbose, also podman should be verbose
- arguments: use also full word for verbose
1.0.0
Distrobox initial release
- support multiple distros (check README for a list of tested hosts)
- support multiple containers (check README for a list of tested guests)
- export apps and service from inside the container to the host
Check README for installation instructions.
Depends on podman
, should work with any distro supporting it.