2018-11-24 20:07:20 -07:00
|
|
|
cp
|
|
|
|
|
==
|
|
|
|
|
|
2019-11-20 19:16:21 -07:00
|
|
|
This command allows efficiently copying files from host to container(s).
|
2018-11-24 20:07:20 -07:00
|
|
|
|
|
|
|
|
.. code-block:: shell
|
|
|
|
|
|
|
|
|
|
ishmael ~ # bastille cp ALL /tmp/resolv.conf-cf etc/resolv.conf
|
|
|
|
|
[bastion]:
|
2020-04-14 11:52:29 +02:00
|
|
|
|
2018-11-24 20:07:20 -07:00
|
|
|
[unbound0]:
|
2020-04-14 11:52:29 +02:00
|
|
|
|
2018-11-24 20:07:20 -07:00
|
|
|
[unbound1]:
|
2020-04-14 11:52:29 +02:00
|
|
|
|
2018-11-24 20:07:20 -07:00
|
|
|
[squid]:
|
2020-04-14 11:52:29 +02:00
|
|
|
|
2018-11-24 20:07:20 -07:00
|
|
|
[nginx]:
|
2020-04-14 11:52:29 +02:00
|
|
|
|
2018-11-24 20:07:20 -07:00
|
|
|
[folsom]:
|
|
|
|
|
|
|
|
|
|
Unless you see errors reported in the output the `cp` was successful.
|