Tool and library for managing OCI containers
This repository has been archived on 2026-07-08. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2023-11-09 23:36:08 +03:00
src another huge commit 2023-11-09 23:36:08 +03:00
tests Initial commit 2023-10-17 19:09:03 +03:00
.gitignore Update gitignore, add cligen to depends 2023-10-17 19:13:54 +03:00
LICENSE Initial commit 2023-10-17 19:04:57 +03:00
nim.cfg Add some base shit 2023-10-29 06:14:32 +03:00
README.md Get some pull stuff going 2023-10-26 21:01:12 +03:00
toyctl.nimble add more wip stuff 2023-10-27 20:15:08 +03:00

toyctl

Tool and library for managing OCI containers, written in Nim

Warning

This tool is a work in progress. There will be bugs and major changes.

Building

Run nimble build to build.

Installation

Run nimble install to install.

API docs

Coming soon.

FAQ

Why?

I want to learn more about containers.

Why Nim?

  • This is the best language i know at the moment.
  • This project was mainly written as a containerization library written for kpkg.