meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
vm:proxmox:lxc:docker [2020/09/16 14:32] – created niziakvm:proxmox:lxc:docker [2022/12/05 19:47] (current) niziak
Line 1: Line 1:
 +====== Docker ======
 +
 +===== does not support file handles =====
 +<code bash>
 +overlayfs: fs on '/var/lib/docker/overlay2/l/EDSZIPXO5E6HIZ5EIOYLLFCEW6' does not support file handles, falling back to xino=off.
 +</code>
 +
 +[[https://forum.proxmox.com/threads/docker-lxc-unprivileged-container-on-proxmox-7-with-zfs.99796/page-2#post-451845]]
 +
 ===== docker inside unprivileged LXC ===== ===== docker inside unprivileged LXC =====
  
Line 98: Line 107:
 zfs command is not available: exec: "zfs": executable file not found in $PATH  storage-driver=zfs zfs command is not available: exec: "zfs": executable file not found in $PATH  storage-driver=zfs
 ... ...
-apt-get install zfsutils-linux+apt-get install zfsutils-linux --no-install-recommends
  
 dockerd -D --storage-driver zfs dockerd -D --storage-driver zfs