lxc-scripts
lxc-scripts copied to clipboard
scripts useful for running a server with several lxc containers. DEPRECATED. Please use https://github.com/tpokorra/lxd-scripts!
there is an image available at https://jenkins.linuxcontainers.org/job/image-centos/ called `8-Stream` but there are the same network issues as with CentOS8, see #33
somehow there are issues with setting up the eth0 connection.
I want predictable and assigned IP address for my containers. but it becomes difficult, to set static addresses. network scripts change. therefore it might be easier, to configure lxc dhcp...
otherwise we have a blocking failure for the other domains.
the image from https://jenkins.linuxcontainers.org/view/LXC/view/LXC%20templates/job/lxc-template-fedora/ does not have the network installed, no yum.conf, etc the squashfs img cannot be downloaded. use the latest https://github.com/lxc/lxc/blob/master/templates/lxc-fedora.in, put it in /usr/share/lxc/templates/lxc-fedora, replace the following...
Fedora 24 Container on Ubuntu 16.04 host: need to modify the config of the container: ``` lxc.aa_profile = unconfined lxc.cgroup.devices.allow = a lxc.cap.drop = ``` Then it works! ``` dnf...
``` Upgrading : iputils-20160308-3.fc24.x86_64 1/2 Error unpacking rpm package iputils-20160308-3.fc24.x86_64 Error unpacking rpm package iputils-20160308-3.fc24.x86_64 error: unpacking of archive failed on file /usr/bin/ping;57eb9f75: cpio: cap_set_file iputils-20160308-3.fc24.x86_64 was supposed to be...