Files
BastilleBSD_bastille/docs/chapters/usage.rst

55 lines
2.5 KiB
ReStructuredText
Raw Normal View History

2018-11-24 20:07:20 -07:00
Usage
=====
.. code-block:: shell
2020-07-13 19:27:23 -06:00
ishmael ~ # bastille help
2019-11-20 19:16:21 -07:00
Bastille is an open-source system for automating deployment and management of
containerized applications on FreeBSD.
2020-04-14 11:52:29 +02:00
2025-03-01 11:58:06 -07:00
Usage:
2025-12-04 07:55:58 -07:00
bastille [option(s)] command [option(s)] TARGET ARGS
2020-04-14 11:52:29 +02:00
2025-03-01 11:58:06 -07:00
Available Commands:
2025-05-05 18:41:34 -06:00
bootstrap Bootstrap a release for jail base.
clone Clone an existing jail.
cmd Execute arbitrary command on targeted jail(s).
config Get, set or remove a config value for the targeted jail(s).
console Console into a jail.
convert Convert thin jail to thick jail, or convert a jail to a custom release.
cp cp(1) files from host to targeted jail(s).
create Create a jail.
destroy Destroy a jail or release.
edit Edit jail configuration files (advanced).
export Export a jail.
2025-03-01 11:58:06 -07:00
help Help about any command.
htop Interactive process viewer (requires htop).
2025-05-05 18:41:34 -06:00
import Import a jail.
jcp cp(1) files from a jail to jail(s).
limits Apply resources limits to targeted jail(s). See rctl(8) and cpuset(1).
list List jails, releases, templates and more...
migrate Migrate targeted jail(s) to a remote system.
mount Mount a volume inside targeted jail(s).
network Add or remove interfaces from targeted jail(s).
pkg Manipulate binary packages within targeted jail(s). See pkg(8).
2025-03-01 11:58:06 -07:00
rcp cp(1) files from a jail to host.
2025-05-05 18:41:34 -06:00
rdr Redirect host port to jail port.
rename Rename a jail.
2025-11-06 12:10:50 -07:00
restart Restart a jail.
2025-05-05 18:41:34 -06:00
service Manage services within targeted jail(s).
setup Attempt to auto-configure network, firewall and storage and more...
start Start a stopped jail.
stop Stop a running jail.
sysrc Safely edit rc files within targeted jail(s).
tags Add or remove tags to targeted jail(s).
template Apply file templates to targeted jail(s).
2025-03-01 11:58:06 -07:00
top Display and update information about the top(1) cpu processes.
2025-05-05 18:41:34 -06:00
umount Unmount a volume from targeted jail(s).
update Update jail base -pX release.
upgrade Upgrade jail release to X.Y-RELEASE.
2025-03-01 11:58:06 -07:00
verify Compare release against a "known good" index.
2025-12-03 11:14:22 -07:00
zfs Manage (get|set) ZFS attributes on targeted jail(s).
2020-04-14 11:52:29 +02:00
2025-03-01 11:58:06 -07:00
Use "bastille -v|--version" for version information.
Use "bastille command -h|--help" for more information about a command.
2025-12-04 07:55:58 -07:00
Use "bastille -c|--config FILE command" to specify a non-default config file.