mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-18 08:12:53 +01:00
17 lines
360 B
ReStructuredText
17 lines
360 B
ReStructuredText
=====
|
|
mount
|
|
=====
|
|
|
|
To mount storage within the container use `bastille mount`.
|
|
|
|
.. code-block:: shell
|
|
|
|
ishmael ~ # bastille mount azkaban /storage/foo /media/foo nullfs ro 0 0
|
|
[azkaban]:
|
|
|
|
Syntax follows standard `/etc/fstab` format:
|
|
|
|
.. code-block:: shell
|
|
|
|
Usage: bastille mount TARGET host_path container_path [filesystem_type options dump pass_number]
|