Skip to content

Instantly share code, notes, and snippets.

@hack3d
hack3d / README.md
Last active June 10, 2021 21:44
ARMHF LXC Container

We create an lxc container for armhf to build from a python application a debian package.

At first we install lxc

sudo apt-get install lxc debootstrap bridge-utils qemu-user-static

Configure unprivileged use of lxc containers.

sudo usermod -v 100000-200000 -w 100000-200000 $USER