Guest User

Untitled

a guest
Dec 9th, 2022
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1.  
  2. ```
  3.  
  4. FROM quay.io/fedora/fedora-coreos:rawhide
  5.  
  6. RUN cat /etc/os-release; rpm-ostree install libvirt libvirt-devel && rpm-ostree cleanup -m && ostree container commit
  7. ```
  8.  
  9. >
  10.  
  11. ....
  12. Creating user 'qemu' (qemu user) with UID 107 and GID 107.
  13. + ostree container commit # running ostree container commit from now on
  14. Found file: "var/lib/unbound/root.key"
  15. Found file: "var/lib/gssproxy/default.sock"
  16. Found file: "var/lib/nfs/etab"
  17. Found file: "var/lib/nfs/rmtab"
  18. error: Found content in var
  19.  
Advertisement
Add Comment
Please, Sign In to add comment