Skip to content

bbarker/nixos-in-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nixos-in-docker

NixOS running in Docker. In development - not for production.

Build Example

docker build --build-arg nixuser=`whoami` -t nixos:17.03_testing0 -f NixOS .
docker run -dit --cap-add SYS_ADMIN -v /sys/fs/cgroup:/sys/fs/cgroup:ro nixos:17.03_testing0
docker exec -it <container_id> /var/run/current-system/sw/bin/bash

About

NixOS running in Docker. In development - not for production.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages