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.
-
[OPTIONAL]: log in to the container registry
podman login docker.io
-
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
-
enter the toolbox container
toolbox enter <container-name>