Tool to run OCI container images as QEMU virtual machines.
 
 
 
Go to file
Dustin ed0e73f510 import: Add --size argument
The `ocivm import` command now supports setting the size of the created
filesystem/disk image.  This can be used to add free space to the disk.
2023-02-26 12:20:44 -06:00
kernel@1ac8758e02 Initial commit 2023-02-24 12:00:06 -06:00
src/ocivm import: Add --size argument 2023-02-26 12:20:44 -06:00
.gitignore Initial commit 2023-02-24 12:00:06 -06:00
.gitmodules Initial commit 2023-02-24 12:00:06 -06:00
MANIFEST.in Initial commit 2023-02-24 12:00:06 -06:00
Makefile Initial commit 2023-02-24 12:00:06 -06:00
README.md Initial commit 2023-02-24 12:00:06 -06:00
dev-requirements.txt Initial commit 2023-02-24 12:00:06 -06:00
kconfig Initial commit 2023-02-24 12:00:06 -06:00
pyproject.toml Initial commit 2023-02-24 12:00:06 -06:00

README.md

ocivm

Create and run virtual machines from OCI container images.

Dependencies