This allows /var/run/docker.sock
to be mounted into containers (e.g. when using https://github.com/pygmystack/pygmy)
$ podman machine ssh
# Inside the machine.
[root@localhost ~]# vi /etc/selinux/config
# Replace SELINUX=enforcing with SELINUX=disabled and save (:wq).
[root@localhost ~]# exit
# Restart the machine.
$ podman machine stop
$ podman machine start
Ref: containers/podman#13723 (comment)
podman machine ssh --username root date --set $(date -Iseconds)