An open API service indexing awesome lists of open source software.

https://github.com/abiosoft/colima-core

Dependencies for Colima
https://github.com/abiosoft/colima-core

Last synced: 2 months ago
JSON representation

Dependencies for Colima

Awesome Lists containing this project

README

          

# colima-core

Dependencies for Colima

## Generating image

Generate qcow image for the OS architecture and default runtime (docker).

```sh
make qcow
```

Generate qcow image for another architecture. `OS_ARCH` must be one of `aarch64`, `x86_64`

```sh
OS_ARCH=x86_64 make qcow
```

Generate qcow image for another runtime. `RUNTIME` must be one of `docker`, `containerd`, `incus`, `none`

```sh
RUNTIME=containerd make qcow
```