2
0
mirror of https://github.com/knorrie/network-examples synced 2025-08-29 05:29:21 +00:00

lxcbird/README: install lxc-templates

...or otherwise, you're greeted with:

/var/lib/lxc (master) 0-# MIRROR=http://ftp.nl.debian.org/debian lxc-create -t debian -B btrfs -n birdbase -- -r buster
lxc-create: birdbase: utils.c: get_template_path: 918 No such file or directory - bad template: debian
lxc-create: birdbase: lxccontainer.c: do_lxcapi_create: 1786 Unknown template "debian"
lxc-create: birdbase: tools/lxc_create.c: main: 327 Failed to create container birdbase
This commit is contained in:
Hans van Kranenburg 2021-01-26 21:37:12 +01:00
parent 4aca4f9cf4
commit 8a57ef7303

View File

@ -17,7 +17,7 @@ Here's a simple schematic overview of what I mean:
To be able to create containers and hook up their network interfaces to openvswitch, we need the following packages:
apt-get install lxc debootstrap openvswitch-switch git
apt-get install lxc lxc-templates debootstrap openvswitch-switch git
## Setting up networking