Skip to content

rwxrob/ws-skilstak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

⚡ 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.

https://youtu.be/Nfq26YHssj8

  1. Install terminal software
    • Mac: iTerm2
    • Windows: Terminal Preview
  2. Install bash
    • Mac: install brew (then) brew install bash
    • Windows: install git-bash
  3. Install Podman Desktop
  4. Initialize and start the podman virtual machine
    • Open bash terminal command line
    • podman machine list
    • podman machine init
    • podman machine start
  5. 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

About

⚡ SKILSTAK Workspace Container

Resources

License

Stars

Watchers

Forks

Releases

No releases published