On 2020-05-26 21:35, sylvain.bonnemaison(a)ti-mm.com wrote:
Reboot Linux system make TestContainers works better. Now it fails
loading container image.
Starting TestContainers twice make the previous problem happened.
Is there a way to close podman.socket using bash command? (without Linux reboot))
_______________________________________________
Podman mailing list -- podman(a)lists.podman.io
To unsubscribe send an email to podman-leave(a)lists.podman.io
Does `systemctl --user restart podman.service` help? Podman is not
directly managing the socket here, since we're socket activated by
systemd.
Thanks,
Matt Heon