Skip to content

An Ubuntu 22.04-based Docker image of curated tools for use with Kubernetes environments.

License

Notifications You must be signed in to change notification settings

clicktruck/toolset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toolset Container Image

Current State

An Ubuntu 22.04-based Docker image of curated tools for use with Kubernetes environments.

Prerequistes

Notice: if using Docker a subscription is required for business use.

Building

If you want to build a portable container image, then execute

./scripts/build.sh

You may add docker or nerdctl as an argument to script execution in order to dictate which container build engine is employed to build the image. If no argument is supplied, the script employs Docker.

Launching

Execute

docker run --rm -it clicktruck/toolset:latest /bin/bash

or

nerdctl container run --rm -it clicktruck/toolset:latest /bin/bash

About

An Ubuntu 22.04-based Docker image of curated tools for use with Kubernetes environments.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published