Hi Josh,
Josh Berkus <jberkus(a)redhat.com> writes:
The following works in docker:
docker run -p 4000:4000 -v $(pwd):/srv/jekyll:Z jekyll/jekyll:pages
jekyll serve &
... but in podman:
podman run -p 4000:4000 -v $(pwd):/srv/jekyll:Z jekyll/jekyll:pages
jekyll serve &
is /srv on a network file system?
In that case, it won't work with rootless, more info here:
https://github.com/containers/libpod/blob/master/rootless.md#shortcomings...
Regards,
Giuseppe