Skip to content

Instantly share code, notes, and snippets.

@x4x
Created July 13, 2026 08:44
Show Gist options
  • Select an option

  • Save x4x/1e59dda2d24e2569a3838487ded91c16 to your computer and use it in GitHub Desktop.

Select an option

Save x4x/1e59dda2d24e2569a3838487ded91c16 to your computer and use it in GitHub Desktop.
warewulf.org docker compose
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