msg-qemu/docker/docker-compose.yaml

23 lines
459 B
YAML
Raw Normal View History

2023-09-16 10:01:33 -06:00
version: "3.1"
services:
env:
container_name: guix-system
image: localhost/guix:latest
volumes:
- gnu:/gnu
- guix:/var/guix
- etc:/etc
- home:/home
- ./:/home/admin/
ports:
# - '3333:22'
environment:
# - 'DISPLAY=$IPV4:0' # uncomment to forward graphical applications to XQuartz
privileged: true # currently needed for the Guix package manager to run
volumes:
gnu:
guix:
etc:
home: