mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-19 08:40:44 +01:00
23 lines
324 B
ReStructuredText
23 lines
324 B
ReStructuredText
==
|
|
cp
|
|
==
|
|
|
|
This command allows efficiently copying files from host to container(s).
|
|
|
|
.. code-block:: shell
|
|
|
|
ishmael ~ # bastille cp ALL /tmp/resolv.conf-cf etc/resolv.conf
|
|
[bastion]:
|
|
|
|
[unbound0]:
|
|
|
|
[unbound1]:
|
|
|
|
[squid]:
|
|
|
|
[nginx]:
|
|
|
|
[folsom]:
|
|
|
|
Unless you see errors reported in the output the `cp` was successful.
|