# Building
`podman build -t foundry .`
# First run:
`podman run --name foundry -v $(pwd)/data:/var/lib/foundry/data:Z,U -dt -p 30000:30000 foundry`