Skip to content

Commit 96d3f8b

Browse files
Anton-Latukhajwiegley
authored andcommitted
README: rm Docker section
Dockerfile was removed recently. Syncing docs to the state.
1 parent bcdaaaf commit 96d3f8b

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,6 @@ $ env NIXPKGS_TESTS=yes PRETTY_TESTS=1 cabal new-test
2828
$ ./dist/build/hnix/hnix --help
2929
```
3030

31-
## Building a Docker container
32-
33-
If you don't have Nix installed, or you'd just like to play around with `hnix`
34-
completely separately from your main system, you can build a Docker container:
35-
36-
```bash
37-
$ docker build -t hnix .
38-
$ docker run hnix hnix --eval --expr '1 + 2'
39-
40-
# In order to refer to files under the current directory:
41-
$ docker run -v $PWD/:/tmp/build run hnix hnix default.nix
42-
```
43-
4431
## Building with full debug info
4532

4633
To build `hnix` for debugging, and with full tracing output and stack traces,

0 commit comments

Comments
 (0)