mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-20 01:02:36 +01:00
28 lines
661 B
ReStructuredText
28 lines
661 B
ReStructuredText
=======
|
|
destroy
|
|
=======
|
|
|
|
Containers can be destroyed and thrown away just as easily as they were
|
|
created. Note: containers must be stopped before destroyed.
|
|
|
|
.. code-block:: shell
|
|
|
|
ishmael ~ # bastille stop folsom
|
|
[folsom]:
|
|
folsom: removed
|
|
|
|
.. code-block:: shell
|
|
|
|
ishmael ~ # bastille destroy folsom
|
|
Deleting Container: folsom.
|
|
Note: containers console logs not destroyed.
|
|
/usr/local/bastille/logs/folsom_console.log
|
|
|
|
Release can be destroyed provided there are no child jails. The `force` option
|
|
deletes the release cache directory as well:
|
|
|
|
.. code-block:: shell
|
|
|
|
ishmael ~ # bastille destroy force 14.0-RELEASE
|
|
Deleting base: 14.0-RELEASE
|