From a25ecdcc68547b30204b5303aa4b9b75afb3eceb Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Mon, 29 Apr 2024 20:04:47 -0400 Subject: [PATCH] hero docker added pull step --- docs/hero_mdbook_docker.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/hero_mdbook_docker.md b/docs/hero_mdbook_docker.md index 79034a5..01bed07 100644 --- a/docs/hero_mdbook_docker.md +++ b/docs/hero_mdbook_docker.md @@ -76,6 +76,10 @@ Note that you will need to adjust the local path of the git repo and the docker sudo docker start herodocker ``` - You can now run the previous line **docker exec** and continue your work. +- If you need to update the docker Hero image, run the following line: + ``` + docker pull ghcr.io/scottyeager/hero:latest + ``` ## Questions and Feedback