Add Incus to MiniOS Virtualization Guide, so you also can use podman. #146
freesocket
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Incus can be installed via the official Debian 13 repositories.
https://linuxcontainers.org/incus/
Installing forky in an Incus container, where you can install the latest Podman.
Example profile:
config:
limits.cpu: "2"
limits.memory: 1GB
limits.memory.swap: "false"
security.nesting: "true"
security.privileged: "false"
security.syscalls.intercept.mknod: "true"
security.syscalls.intercept.setxattr: "true"
description: Docker profile 1, for server or nested.
devices:
eth0:
name: eth0
nictype: bridged
parent: incusbr0
type: nic
root:
path: /
pool: default
size: 20GB
type: disk
name: docker-2
/thomas
Beta Was this translation helpful? Give feedback.
All reactions