Hi guys,
I am trying to build up again my Gemini server but this time I decided to use jails to run the services associate with, just for fun, and I thought that learning BastilleBSD would be cool.
I have a my BastilleBSD container up and running (somehow) but I'd would like to keep the data on the host rather than inside the "jail", I read the documentation several times but I didn't read/understand if you can bind host folders with the BastilleBSD container.
I have previous experience with Ezjail and from my experience you can use something like this inside the jail to bind folders together:
Can you achieve the same with BastilleBSD? And how?
Thanks in advance!!! ???
I am trying to build up again my Gemini server but this time I decided to use jails to run the services associate with, just for fun, and I thought that learning BastilleBSD would be cool.
I have a my BastilleBSD container up and running (somehow) but I'd would like to keep the data on the host rather than inside the "jail", I read the documentation several times but I didn't read/understand if you can bind host folders with the BastilleBSD container.
I have previous experience with Ezjail and from my experience you can use something like this inside the jail to bind folders together:
Code:
ee /etc/fstab.your-jail
/var/www/your.domain /usr/jails/your-jail/var/www/your.domain nullfs rw 0 0
Can you achieve the same with BastilleBSD? And how?
Thanks in advance!!! ???