I have a server running 13 jails for various system services. Recently I
added two jails to run simple go applications for testing. They open a
network socket and nginx, which is in another jail, and which round
robin balances requests to them. I mention that because it may be
related, however
> On 16 May 2016, at 12:55 , Grzegorz Junka wrote:
>
> I have a server running 13 jails for various system services. Recently I
> added two jails to run simple go applications for testing. They open a
> network socket and nginx, which is in another jail, and which round robin
> balances reque
I have been using unionfs to host jails for quite a while now and in
general they work as expected, apart from three issues. The setup is as
below (example for one jail dev2):
_*jail.conf*_
exec.start = "/bin/sh /etc/rc";
exec.stop = "/bin/sh /etc/rc.shutdown";
exec.clean;
mount.devfs;
mount.
On 2016-05-16 08:55, Grzegorz Junka wrote:
> I have a server running 13 jails for various system services. Recently I
> added two jails to run simple go applications for testing. They open a
> network socket and nginx, which is in another jail, and which round
> robin balances requests to them. I m