3 changed files with 112 additions and 12 deletions
@ -0,0 +1,40 @@ |
|||
overlay-go(8) |
|||
============= |
|||
:doctype: manpage |
|||
:revdate: {sys:date "+%Y-%m-%d %H:%M:%S"} |
|||
:COLON: : |
|||
:EQUALS: = |
|||
|
|||
NAME |
|||
---- |
|||
overlay-go - Start a shell within a subhost namespace environment. |
|||
|
|||
SYNOPSIS |
|||
-------- |
|||
*overlay-go* _name_ |
|||
|
|||
DESCRIPTION |
|||
----------- |
|||
*overlay-go* is an adminstration utility for entering the namespace |
|||
environment of a "booted" subhost started witb +overlay-boot+. This |
|||
starts a +bash+ shell within the subhost namespace, though not a child |
|||
of its pid 1. |
|||
|
|||
OPTIONS |
|||
------- |
|||
|
|||
no options. |
|||
|
|||
EXAMPLES |
|||
-------- |
|||
|
|||
==== |
|||
---- |
|||
overlay-go tiny |
|||
---- |
|||
==== |
|||
|
|||
SEE ALSO |
|||
-------- |
|||
|
|||
*overlay-boot*, *overlay-stop* |
@ -0,0 +1,39 @@ |
|||
overlay-stop(8) |
|||
============= |
|||
:doctype: manpage |
|||
:revdate: {sys:date "+%Y-%m-%d %H:%M:%S"} |
|||
:COLON: : |
|||
:EQUALS: = |
|||
|
|||
NAME |
|||
---- |
|||
overlay-stop - Stop a subhost. |
|||
|
|||
SYNOPSIS |
|||
-------- |
|||
*overlay-stop* _conf_ |
|||
|
|||
DESCRIPTION |
|||
----------- |
|||
*overlay-stop* is an adminstration utility for terminating a subhost. |
|||
This will stop its START services in reverse order, then forcefully |
|||
kill the +reaper+ process if needed . |
|||
|
|||
OPTIONS |
|||
------- |
|||
|
|||
no options. |
|||
|
|||
EXAMPLES |
|||
-------- |
|||
|
|||
==== |
|||
---- |
|||
overlay-stop tiny.conf |
|||
---- |
|||
==== |
|||
|
|||
SEE ALSO |
|||
-------- |
|||
|
|||
*overlay-boot*, *overlay-go* |
Loading…
Reference in new issue