Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hackforge LUG - Bash Basics

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-bb

Run 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-bb

Build Container locally

podman build . -t lug-bb:latest

Run the Container

# if built locally
podman run -it --rm lug-bb

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages