From 5da5f4e5bee65d341162c0b137704eee80121e0e Mon Sep 17 00:00:00 2001 From: mik-tf Date: Fri, 8 Nov 2024 14:20:44 -0500 Subject: [PATCH] updated readme with basic docker image use --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index adf13cd..3f963bb 100644 --- a/README.md +++ b/README.md @@ -32,4 +32,9 @@ Run the following line to start the website: ## With Hero Docker (Optional) -You can use Hero Docker instead of a local installation. Read the [Hero Docker container](./hero_docs/crystallib_hero_basic_docs.md) docs for more information. \ No newline at end of file +You can use Hero Docker instead of a local installation. Simply run this before doing the installation and start steps. + +``` +docker pull logismosis/hero:latest +docker run -it --net=host --name=hero-container -v ~/code:/root/code logismosis/hero:latest +``` \ No newline at end of file