-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ENHANCEMENT] Bulk start/stop/destroy jails #815
Comments
You can use the
|
Yes thanks I know that but I don't want to start/stop/destroy all but just the jails test. It would also be very convenient for template to apply in one command for multiple jails but not for ALL. By the way and just for the context, I am coming from lxd/incus which has this feature that the reason why I am used to |
Ok, so you say supporting something like In the meantime, this is what you can do for testing (change accordingly): Create 5 jails with names test1, test2, test3, test4 and test5: Stop the jails: Destroy the jails: And for applying the template... well, again:
|
Many thanks for the commands ! bastille test* start would be cool but that's would be only for the test I am doing. For more maintenance and so on in production, doing a "bastille start|stop|destroy|template jail1 jail2 jail2" would be very convenient |
I have it local so I can quote jails together. bastille start "test test1" etc... |
for information stop ALL is working all fine but when I am trying destroy ALL after stoping them ALL I got :
I got 11 jails. from git 6d149f6 |
Is your feature request related to a problem? Please describe.
I'm always frustrated when I am testing Bastille / Template / any other thing outside from Bastille regarding jails where I am creating a bunch of tests jails and have to start/stop or destroy multiple times.
Describe the solution you'd like
Describe alternatives you've considered
Doing it manually now
Additional context
N/A
The text was updated successfully, but these errors were encountered: