eb56a9c5a5 | ||
---|---|---|
.. | ||
runit/guix-daemon | ||
Dockerfile | ||
README.md | ||
entrypoint.sh | ||
repositories |
README.md
Guix in Docker
Guix is cool, so is Docker, why not combine them?
$ docker build -t xena/guix .
$ docker run --rm -it --privileged xena/guix /bin/sh
$ pstree
tini-+-runsvdir---runsv---run---guix-daemon
`-sh---pstree
$ guix package --install hello
$ hello
Hello, world!