mirror of
https://github.com/hackacad/bastille.git
synced 2026-01-04 03:33:41 +01:00
Add missing subcommands (limits/config) to docs.
This commit is contained in:
@@ -14,6 +14,7 @@ Usage
|
|||||||
bootstrap Bootstrap a FreeBSD release for container base.
|
bootstrap Bootstrap a FreeBSD release for container base.
|
||||||
cmd Execute arbitrary command on targeted container(s).
|
cmd Execute arbitrary command on targeted container(s).
|
||||||
clone Clone an existing container.
|
clone Clone an existing container.
|
||||||
|
config Get or set a config value for the targeted container(s).
|
||||||
console Console into a running container.
|
console Console into a running container.
|
||||||
convert Convert a Thin container into a Thick container.
|
convert Convert a Thin container into a Thick container.
|
||||||
cp cp(1) files from host to targeted container(s).
|
cp cp(1) files from host to targeted container(s).
|
||||||
@@ -24,6 +25,7 @@ Usage
|
|||||||
help Help about any command.
|
help Help about any command.
|
||||||
htop Interactive process viewer (requires htop).
|
htop Interactive process viewer (requires htop).
|
||||||
import Import a specified container.
|
import Import a specified container.
|
||||||
|
limits Apply resources limits to targeted container(s). See rctl(8).
|
||||||
list List containers (running and stopped).
|
list List containers (running and stopped).
|
||||||
mount Mount a volume inside the targeted container(s).
|
mount Mount a volume inside the targeted container(s).
|
||||||
pkg Manipulate binary packages within targeted container(s). See pkg(8).
|
pkg Manipulate binary packages within targeted container(s). See pkg(8).
|
||||||
|
|||||||
@@ -95,6 +95,7 @@ Available Commands:
|
|||||||
help Help about any command.
|
help Help about any command.
|
||||||
htop Interactive process viewer (requires htop).
|
htop Interactive process viewer (requires htop).
|
||||||
import Import a specified container.
|
import Import a specified container.
|
||||||
|
limits Apply resources limits to targeted container(s). See rctl(8).
|
||||||
list List containers (running and stopped).
|
list List containers (running and stopped).
|
||||||
mount Mount a volume inside the targeted container(s).
|
mount Mount a volume inside the targeted container(s).
|
||||||
pkg Manipulate binary packages within targeted container(s). See pkg(8).
|
pkg Manipulate binary packages within targeted container(s). See pkg(8).
|
||||||
|
|||||||
Reference in New Issue
Block a user