Initial cloud-toolbox, add util-linux to toolbox

This commit is contained in:
Maciej Lebiest 2023-07-18 19:19:10 +02:00
parent a4d94fbd45
commit 434b8a98b1
4 changed files with 44 additions and 4 deletions

View file

@ -14,6 +14,17 @@ podman run --rm -it --privileged \
--name toolbox toolbox
```
## cloud-toolbox
Sounds huge, but it is just set of tools for cloud-based stuff,
like openstack-cli, rclone, openshift cli, etc...
Also contains `fzf` and bash-completion. Mount your bash_history for
best experience.
```bash
podman run --rm -it -v "$HOME/.bash_history:/root/.bash_history" cloud-toolbox:latest
```
## gui-container