Files
hackacad/docs/chapters/subcommands/destroy.rst

28 lines
661 B
ReStructuredText
Raw Normal View History

2020-07-13 19:27:23 -06:00
=======
2018-11-24 20:07:20 -07:00
destroy
=======
2019-11-20 19:16:21 -07:00
Containers can be destroyed and thrown away just as easily as they were
created. Note: containers must be stopped before destroyed.
2018-11-24 20:07:20 -07:00
.. code-block:: shell
ishmael ~ # bastille stop folsom
[folsom]:
folsom: removed
.. code-block:: shell
ishmael ~ # bastille destroy folsom
2019-11-20 19:16:21 -07:00
Deleting Container: folsom.
Note: containers console logs not destroyed.
2018-11-24 20:07:20 -07:00
/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