From b7a81dc0b81ebb6808ed357c9d5dd1ee3189381f Mon Sep 17 00:00:00 2001 From: mik-tf Date: Wed, 23 Oct 2024 09:14:48 -0400 Subject: [PATCH] new content --- docs/hero_mdbook_docker.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/hero_mdbook_docker.md b/docs/hero_mdbook_docker.md index 4593233..a0aa32f 100644 --- a/docs/hero_mdbook_docker.md +++ b/docs/hero_mdbook_docker.md @@ -42,10 +42,6 @@ Note that you will need to adjust the local path of the git repo and the docker ``` sudo docker run --net=host --name herodocker -d -v ~/code/git.ourworld.tf/tfgrid:/root/code/git.ourworld.tf/tfgrid ghcr.io/scottyeager/hero:latest ``` - - In our case, the docker path to the repo is the following - ``` - /root/code/git.ourworld.tf/tfgrid/info_tfgrid/ - ``` - Execute the Hero docker container ``` sudo docker exec -it herodocker bash