Skip to content

Commit

Permalink
typo in minimal docker image example
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Sep 22, 2020
1 parent adcb443 commit f8a00b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/example_4.scenario
Expand Up @@ -17,7 +17,7 @@ $ bat docker.nix
───────┴─────────────────────────────────────────────────────────────────────
$ # Pause the video to read and understand the docker.nix
$ # Now we build a Docker image with nix-build
$ nix-build default.nix -o result
$ nix-build docker.nix -o result
/nix/store/91ry9y0686xn9dgnn6rawfvknj8582ws-nix-hello.tar.gz
$ # We can import the image into Docker as usual
$ docker load -i ./result
Expand Down

0 comments on commit f8a00b3

Please sign in to comment.