initial commit
This commit is contained in:
commit
ca6d4b8ec2
33 changed files with 1646 additions and 0 deletions
22
docker/docker-compose.yaml
Normal file
22
docker/docker-compose.yaml
Normal file
|
@ -0,0 +1,22 @@
|
|||
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:
|
Loading…
Add table
Add a link
Reference in a new issue