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
|
|
|
|
2018-11-24 20:07:20 -07:00
|
|
|
Usage:
|
2020-07-13 19:27:23 -06:00
|
|
|
bastille command TARGET [args]
|
2020-04-14 11:52:29 +02:00
|
|
|
|
2018-11-24 20:07:20 -07:00
|
|
|
Available Commands:
|
2019-11-20 18:54:05 -07:00
|
|
|
bootstrap Bootstrap a FreeBSD release for container base.
|
|
|
|
|
cmd Execute arbitrary command on targeted container(s).
|
2020-07-13 19:27:23 -06:00
|
|
|
clone Clone an existing container.
|
2019-11-20 18:54:05 -07:00
|
|
|
console Console into a running container.
|
2020-07-13 19:27:23 -06:00
|
|
|
convert Convert a Thin container into a Thick container.
|
2019-11-20 18:54:05 -07:00
|
|
|
cp cp(1) files from host to targeted container(s).
|
2019-11-20 19:16:21 -07:00
|
|
|
create Create a new thin container or a thick container if -T|--thick option specified.
|
2019-11-20 18:54:05 -07:00
|
|
|
destroy Destroy a stopped container or a FreeBSD release.
|
2020-07-13 19:27:23 -06:00
|
|
|
edit Edit container configuration files (advanced).
|
|
|
|
|
export Exports a specified container.
|
|
|
|
|
help Help about any command.
|
2018-11-24 20:07:20 -07:00
|
|
|
htop Interactive process viewer (requires htop).
|
2020-07-13 19:27:23 -06:00
|
|
|
import Import a specified container.
|
|
|
|
|
list List containers (running and stopped).
|
|
|
|
|
mount Mount a volume inside the targeted container(s).
|
2019-11-20 18:54:05 -07:00
|
|
|
pkg Manipulate binary packages within targeted container(s). See pkg(8).
|
2020-07-13 19:27:23 -06:00
|
|
|
rdr Redirect host port to container port.
|
|
|
|
|
rename Rename a container.
|
2019-11-20 18:54:05 -07:00
|
|
|
restart Restart a running container.
|
2020-07-13 19:27:23 -06:00
|
|
|
service Manage services within targeted container(s).
|
2019-11-20 18:54:05 -07:00
|
|
|
start Start a stopped container.
|
|
|
|
|
stop Stop a running container.
|
|
|
|
|
sysrc Safely edit rc files within targeted container(s).
|
2019-11-20 19:16:21 -07:00
|
|
|
template Apply file templates to targeted container(s).
|
2018-11-24 20:07:20 -07:00
|
|
|
top Display and update information about the top(1) cpu processes.
|
2020-07-13 19:27:23 -06:00
|
|
|
umount Unmount a volume from within the targeted container(s).
|
2019-11-20 18:54:05 -07:00
|
|
|
update Update container base -pX release.
|
|
|
|
|
upgrade Upgrade container release to X.Y-RELEASE.
|
|
|
|
|
verify Compare release against a "known good" index.
|
2020-11-27 19:20:47 -05:00
|
|
|
zfs Manage (get|set) ZFS attributes on targeted container(s).
|
2020-04-14 11:52:29 +02:00
|
|
|
|
2018-11-24 20:07:20 -07:00
|
|
|
Use "bastille -v|--version" for version information.
|
|
|
|
|
Use "bastille command -h|--help" for more information about a command.
|
2020-07-13 19:27:23 -06:00
|
|
|
|