This is part of a workshop that was hosted at Hackforge as part of the Linux User Group.
Important
Don't use this container in production environments. It should only be used for educational purposes.
podman run -it --rm ghcr.io/taar/lug-bbRun the following command if you want to modify the script while within the bash environement (this might only work on Linux):
podman run -it --rm -v "<repo>/scripts:/home/gnuplususer/lug/scripts" ghcr.io/taar/lug-bb
# From the root of this repo
cd scripts && podman run -it --rm -v "$PWD:/home/gnuplususer/lug/scripts" ghcr.io/taar/lug-bbpodman build . -t lug-bb:latest# if built locally
podman run -it --rm lug-bb