Skip to content

Commit

Permalink
Update HARDENED_CONTAINERS.md
Browse files Browse the repository at this point in the history
Update the docs for the hardened images build.
  • Loading branch information
podhrmic authored Nov 26, 2024
1 parent 5da5cbc commit 6a3092f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/HARDENED_CONTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The build takes around 20-30min.

## Save and upload the image

Once the image is built, we need to export it and save it, since it should not be pushed into a public registry, and sharing Galois private registry images is complicated.
Once the image is built, we need to export it from docker and save it to a local file, since it should not be pushed into a public registry, and sharing Galois private registry images is complicated.

```bash
docker save cn-hardened:1.1 | gzip > cn-hardened:1.1.tar.gz
Expand Down

0 comments on commit 6a3092f

Please sign in to comment.