You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.
I have done this on CentOS 7, I am not sure it works perfectly but I can install iRedmail inside it and forward ports, it works fine until now.
1: Follow Fedora's install instruction: https://github.com/fgrehm/vagrant-lxc/wiki/Usage-on-fedora-hosts
There is something different, you must also install lxc-templates: sudo yum install lxc lxc-libs lxc-templates.
2: redir is not available on CentOS 7, you must compile it by yourself:
wget http://sammy.net/~sammy/hacks/redir-2.2.1.tar.gz
tar xvfz redir-2.2.1.tar.gz
cd redir-2.2.1
make
cp redir /usr/local/sbin
3: Install vagrant-lxc requires gcc-c++: sudo yum install gcc-c++; vagrant plugin install vagrant-lxc
4: Use the existing virbr0 provided by libvirtd, we must use johnwchadwick's approach in #308:
Hey, sorry for the silence here but this project is looking for maintainers 😅
As per #499, I've added the ignored label and will close this issue. Thanks for the interest in the project and LMK if you want to step up and take ownership of this project on that other issue 👋
I have no idea how this look like
The text was updated successfully, but these errors were encountered: