如何修复 LXC file push 'Error: Path already exists as a directory: File too large'
问题:
你正在尝试使用 lxc file push 将文件复制到 LXC 容器,但你看到此错误消息:
lxc_file_push_error.txt
Error: Path already exists as a directory: File too large解决方案
在路径末尾添加斜杠(/),例如:
mycontainer/root => mycontainer/root/
工作示例:
lxc_file_push_example.sh
lxc file push myfile.zip mycontainer/root/另请参阅我们的上一篇文章如何将文件复制到 LXC 容器
Check out similar posts by category:
LXC
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow