mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-20 01:02:36 +01:00
22 lines
331 B
ReStructuredText
22 lines
331 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.
|