Yong & Wendy

Initialize Podman n Clear Logs

Run the following commands on your terminal to initialize Podman:

bash $
podman machine init \
  --volume /Users:/Users \
  --volume /Volumes/ArmorATD:/Volumes/ArmorATD

podman machine start


If your Podman log file gets too large, do the follow for Mac user.


  1. Access your Podman virtual machine via SSH:
podman machine ssh
  1. Once inside the VM, use journalctl to clear logs older than 2 days:
sudo journalctl --vacuum-time=2d