Skip to content

oriides/toolboxes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toolboxes

This repo contains the configuration files for my toolbox images.
The images themselves can be found on Docker HUB.

Images are automatically updated by the pipeline if changes have been made to the files in the image folders.
pipeline status

usage

  1. [OPTIONAL]: log in to the container registry

    podman login docker.io
  2. create a toolbox container using an image from the repository

    toolbox create <container-name> -i docker.io/oriides/toolbox-<image-name>:<image-tag>

    for example:

    toolbox create rust -i docker.io/oriides/toolbox-rust:latest
  3. enter the toolbox container

    toolbox enter <container-name>

About

[GitLab Mirror] Configuration files for Toolbox images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published