From 96d3f8b93229f736f73718f37aa488c03a3e0a3f Mon Sep 17 00:00:00 2001 From: Anton-Latukha Date: Wed, 29 Jan 2020 11:40:47 +0200 Subject: [PATCH] README: rm Docker section Dockerfile was removed recently. Syncing docs to the state. --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index bfab8e7..9c79c39 100644 --- a/README.md +++ b/README.md @@ -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,