Вставить этот текст целиком в командную строку
bash -cx '
yum -y install epel-release
yum update -y
yum install -y tar curl wget dnsmasq redir lxc lxc-templates
Включить USE_LXC_BRIDGE в /etc/sysconfig/lxc
sed -E 's|(USE_LXC_BRIDGE=")false(")|\1true\2|' -i /etc/sysconfig/lxc
Запуск LXC
systemctl restart lxc-net
systemctl enable lxc-net'