⚡ SKILSTAK Quick Start Container Image
Start learning Linux and containers now. Whether you are coming into the Boost late and want to catch up to keep up with live streams or you just want to get Linux on your local computer as fast as possible here is the fastest way to get started.
- Install terminal software
- Mac: iTerm2
- Windows: Terminal Preview
- Install bash
- Mac: install brew (then) brew install bash
- Windows: install git-bash
- Install Podman Desktop
- Initialize and start the podman virtual machine
- Open bash terminal command line
podman machine list
podman machine init
podman machine start
- Create a container from SKILSTAK workspace image
podman run -it --hostname skilstak --name skilstak -v shared://shared ghcr.io/rwxrob/ws-skilstak
- Use exit to exit container
podman start -a skilstak