🌲 ocitree - Manage OCI/Docker images as git repositories.

ocitree is a tool to manipulate OCI/Docker images using git like commands (rebase, log, checkout, etc).
It is inspired by ostree but uses OCI/Docker images as storage.
Getting started
Let's start by installing ocitree.
Installation
Currently, you can only install ocitree using go install:
go install github.com/negrel/ocitree@latest
Usage
ocitree is designed to be similar to git, you can see the list of command by
executing the following command:
# Print help informations
ocitree --help
TODO
- Rebase user changes
- pick rebase choice
- exec rebase choice
- drop rebase choice
- reword rebase choice
- squash rebase choice
Contributing
If you want to contribute to ocitree to add a feature or improve the code contact
me at negrel.dev@protonmail.com, open an
issue or make a
pull request.
🌠 Show your support
Please give a ⭐ if this project helped you!

📜 License
MIT © Alexandre Negrel