Skip to content

Commit

Permalink
Add note about docker loading (#1579)
Browse files Browse the repository at this point in the history
  • Loading branch information
noonio authored Aug 19, 2024
1 parent 368f18a commit 9636db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Then `nix build` will ask you about using our caches and download or build the

- Build the `hydra-node` using Nix: `nix build .#hydra-node`
- Build a statically linked `hydra-node` using Nix: `nix build .#hydra-node-static`
- Build the `hydra-node` Docker image: `nix build .#docker-hydra-node`
- Build the `hydra-node` Docker image `nix build .#docker-hydra-node` and load it with `./result | docker load`
- Build the specification as a PDF: `nix build .#spec`.

For development, a call to `nix develop` will set up the environment so you can:
Expand Down

0 comments on commit 9636db2

Please sign in to comment.