bastille icon indicating copy to clipboard operation
bastille copied to clipboard

Bastille is an open-source system for automating deployment and management of containerized applications on FreeBSD.

Results 176 bastille issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** > Map (jail & mount) a generic zfs dataset into a bastille jail I would like a largely disposable jail,...

enhancement

It took me quite a while to realise the `bastille_zfs_enable` value had to be UPPERCASE. This adds a function to capitalise any case 'yes' value, it also avoids touching the...

**[MANDATORY] Describe the bug [MANDATORY]** When trying to stop and then delete a jail, it will fail. I have to wait about a minute after stopping a jail before it...

bug

Hi, I am using FreeBSD 13 with the recommended firewall IPWF and I wanted to try Bastille unfortunately the documentation shows only an example for PF . Although I am...

enhancement

I was able to get Bastille VNET jails working on GCP with just a few tweaks. I decided to document them, for anyone else who may be interested in this...

I am running Bastille on a GCP instance, which uses `vtnet0` interface with `mtu 1460`. **[MANDATORY] Describe the bug [MANDATORY]** When running `bastille create`, it fails with: `ifconfig: BRDGADD epair1a:...

bug

Allow to query a single jail information. Sometimes we want to know specific information from a single jail such as the path, IP etc. so rather than listing all the...

**Is your feature request related to a problem? Please describe.** N\A **Describe the solution you'd like** Auto completion for csh and bash shells for bastille commands, especially on jail names....

enhancement

Allow users to set `ip4` or `ip6` to `inherit`. This isn't perfect as: 1) there isn't support for creating these jails in the first place (I create one close to...