README: rm Docker section

Dockerfile was removed recently.
Syncing docs to the state.
This commit is contained in:
Anton-Latukha 2020-01-29 11:40:47 +02:00 committed by John Wiegley
parent bcdaaafe16
commit 96d3f8b932
1 changed files with 0 additions and 13 deletions

View File

@ -28,19 +28,6 @@ $ env NIXPKGS_TESTS=yes PRETTY_TESTS=1 cabal new-test
$ ./dist/build/hnix/hnix --help
```
## Building a Docker container
If you don't have Nix installed, or you'd just like to play around with `hnix`
completely separately from your main system, you can build a Docker container:
```bash
$ docker build -t hnix .
$ docker run hnix hnix --eval --expr '1 + 2'
# In order to refer to files under the current directory:
$ docker run -v $PWD/:/tmp/build run hnix hnix default.nix
```
## Building with full debug info
To build `hnix` for debugging, and with full tracing output and stack traces,