Created
July 13, 2026 08:44
-
-
Save x4x/1e59dda2d24e2569a3838487ded91c16 to your computer and use it in GitHub Desktop.
warewulf.org docker compose
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| services: | |
| warewulf: | |
| build: | |
| context: . | |
| image: warewulf | |
| container_name: warewulf-test | |
| privileged: true | |
| network_mode: host | |
| volumes: | |
| - /:/host | |
| - /etc/warewulf:/etc/warewulf | |
| - /var/lib/warewulf/:/var/lib/warewulf/ | |
| environment: | |
| - NAME=warewulf-test | |
| - IMAGE=warewulf | |
| restart: unless-stopped |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment