Kienan Stewart
a89cb73ab3
sid is a moving target, and a rebuild will frequently change. For example, as of 2022-07, nodejs in sid is 16.x and is built on a different libc. This causes apt to be unable to install it. |
||
---|---|---|
data | ||
.gitignore | ||
Containerfile | ||
README.md |
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