This paste expires on 2159-04-05 21:28:46.516324. Repaste, or download this paste. . Pasted through web.

podman build -t empanadas:latest iso/empanadas/Containerfile.imagefactory
empanadas(){
  sudo podman run -it --rm \
    -e LIBVIRT_DEFAULT_URI \
    -v /var/run/libvirt/:/var/run/libvirt/ \
    -v /var/lib/imagefactory/:/var/lib/imagefactory/:rw \
    --network host \
    --security-opt label=disable \
    --privileged --device fuse \
    empanadas:latest $@
}
Filename: None. Size: 376b. View raw, , hex, or download this file. Report this file.