Building a container with debootstrap

1.4k Views Asked by At

I'm trying to create a LXC container (lxc-create) and I get this error:

E: Invalid Release file, no entry for main/binary-armhf/Packages

any way to fix this?

This is what happens:

root@raspberrypi:/home/pi# lxc-create -n myfirstcontainer -t debian
Note: Usually the template option is called with a configuration file option too, mostly to configure the network. For more information look at lxc.conf (5)
Downloading minimal system...
I: Retrieving Release
W: Cannot check Release signature; keyring file not available /usr/share/keyrings/debian-archive-keyring.gpg
E: Invalid Release file, no entry for main/binary-armhf/Packages
Failed to download the rootfs, aborting.
Failed to download base system
failed to install system
failed to execute template 'debian'
aborted
0

There are 0 best solutions below