lxc-create -t oci does not work out of the box on Devuan 3 "Bewulf"/Debian 10 "Buster".
- Install
umocifrom distribution - Install
skopeo(Chimaera/Bullseye version) from e.g. http://ftp.de.debian.org/debian/pool/main/s/skopeo/ - Create
/etc/containers/policy.jsonwith
{
"default": [
{
"type": "insecureAcceptAnything"
}
],
"transports":
{
"docker-daemon":
{
"": [{"type":"insecureAcceptAnything"}]
}
}
}
As Docker is not LXC most containers need some tuning in their config!