From 5961f04aa483eee6d9991baca930dcf32e6fb865 Mon Sep 17 00:00:00 2001 From: Sasha Bogicevic Date: Wed, 27 Dec 2023 08:36:09 +0100 Subject: [PATCH] Add a docker section --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 303960c..2913442 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,15 @@ nix develop cabal run easy-rider ``` +You can also build and load docker images using nix: + +``` +nix build .#docker-easy-rider + +docker load < result + +``` + If you don't use nix then you need to provide the dependencies yourself. The app depends on `mithril-client 2337.0`, `cardano-node 8.1.2`, `ghc 9.2.8` and `cabal 3.0`.