Datei oder Verzeichnis aus einem LXC-Container herunterladen
English
Deutsch
Um Dateien herunterzuladen, verwende
lxc-file-pull-example.sh
lxc file pull [container name]/[path]/[filename] [target directory]Um Verzeichnisse herunterzuladen, verwende
lxc-file-pull-recursive-example.sh
lxc file pull --recursive [container name]/[path]/[filename] [target directory]Beispiele:
Lade /root/myfile.txt von mycontainer in das aktuelle Verzeichnis (.) herunter:
lxc-file-pull-myfile.sh
lxc file pull mycontainer/root/myfile.txt .Lade /root/mydirectory von mycontainer in das aktuelle Verzeichnis (.) herunter:
lxc-file-pull-mydir.sh
lxc file pull -r mycontainer/root/mydirectory .Check out similar posts by category:
Container, Linux, LXC, Virtualization
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow