Get Started
View production requirements in Preparation documentation before continuing.
Clone the repository:
git clone https://ark.sudovanilla.org/korbs/ButterflyVu/
cd ButterflyVu
Switch to latest version:
git checkout latest
Run the build command for your container software:
docker build -t butterflyvu .
SudoVanilla uses
buildahinstead of Docker, as it builds valid OCI images that are supported by the SudoVanilla OCI Registry, to use that simply replacedockerwithbuildahin the command above.
The SudoVanilla OCI Registry is powered by Zot Registry, a OCI-native container image registry.