Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 508 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 508 Bytes

toolbox

An alpine linux container image with general tools to be used as a toolbox. Check the Containerfile for the details about installed tools in the source repo

How to use

Pull the image from ghcr.io

podman pull ghcr.io/tlbueno/toolbox:latest

How to build

git clone https://github.com/tlbueno/toolbox.git
cd toolbox
podman build -t toolbox:latest .