Go to file
Kienan Stewart 22070dc17c Fix build command in readme 2021-09-26 09:51:10 -04:00
data Initial commit 2021-09-22 17:39:24 -04:00
.gitignore Initial commit 2021-09-22 17:39:24 -04:00
Containerfile Initial commit 2021-09-22 17:39:24 -04:00
README.md Fix build command in readme 2021-09-26 09:51:10 -04:00

README.md

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