This is an automated email from the ASF dual-hosted git repository.
machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git
The following commit(s) were added to refs/heads/master by this push:
new 7f0f98fb Updating tutorial to apache dockerhub image
7f0f98fb is described below
commit 7f0f98fb62283c93221a6af1f5725a426fe13cd8
Author: Marcus Christie <[email protected]>
AuthorDate: Thu Sep 28 18:36:03 2023 -0400
Updating tutorial to apache dockerhub image
---
docs/tutorial/custom_ui_tutorial.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/tutorial/custom_ui_tutorial.md
b/docs/tutorial/custom_ui_tutorial.md
index 40b07c2c..0e8c606f 100644
--- a/docs/tutorial/custom_ui_tutorial.md
+++ b/docs/tutorial/custom_ui_tutorial.md
@@ -599,7 +599,7 @@ the settings_local.py file for local development. Move or
copy it to the
2. Run the following to create a Docker container called
**custom-ui-tutorial**.
cd $HOME/custom_ui_tutorial_app
- docker run --pull always -d --name custom-ui-tutorial -p 8000:8000
-v "${PWD}:/extensions" -v
"${PWD}/settings_local.py:/code/django_airavata/settings_local.py"
machristie/airavata-django-portal
+ docker run --pull always -d --name custom-ui-tutorial -p 8000:8000
-v "${PWD}:/extensions" -v
"${PWD}/settings_local.py:/code/django_airavata/settings_local.py"
apache/airavata-django-portal
3. Wait until the Docker container starts up. Go to <http://localhost:8000>
and when it loads and you see **Welcome to your new Wagtail site!**, then
you're ready to proceed to the next step.