Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

incus-compose

incus-compose is an implementation of the docker-compose specification for the Incus ecosystem.

Status

Partially functional, but many commands not complete.

Only use this if you know enough incus to dig yourself out of the problems this tool might cause.

USE AT YOUR OWN RISK

Installation

go install github.com/bketelsen/incus-compose@main

Usage

See the samples in the samples directory. Some of them use x- attributes to control how incus-compose handles a resource.

docker.io and ghcr.io images

Simply add the remote as docker.io or ghcr.io to your incus server:

incus remote add --protocol oci docker.io https://docker.io incus remote add --protocol oci ghcr.io https://ghcr.io

Now you can use incus-compose to pull and run images from those remotes, e.g.:

services: myservice: image: docker.io/library/alpine:latest

关于 About

the missing equivalent for `docker-compose` in the Incus ecosystem

语言 Languages

Go82.0%
Shell16.8%
Nix1.2%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
6
Total Commits
峰值: 3次/周
Less
More

核心贡献者 Contributors