From 00e28d35eb31692c582532e937a02441ba57e851 Mon Sep 17 00:00:00 2001 From: Miguel Leon Date: Mon, 11 Mar 2019 15:12:02 -0400 Subject: [PATCH] update doc update doc --- docs/source/InstallODM2AdminWithDocker.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/InstallODM2AdminWithDocker.rst b/docs/source/InstallODM2AdminWithDocker.rst index b6339c2..650c02f 100644 --- a/docs/source/InstallODM2AdminWithDocker.rst +++ b/docs/source/InstallODM2AdminWithDocker.rst @@ -1,7 +1,7 @@ ODM2 Admin Docker Image Creation ================================ -Requirements to run [docker image](https://cloud.docker.com/repository/docker/miguelcleon/odm2-admin): +Requirements to run [docker image](https://hub.docker.com/r/lsetiawan/odm2admin): 1. Docker installed on Linux, MacOS, or Windows. @@ -9,7 +9,7 @@ To run: .. code:: bash - $ docker run -d -p 8010:8010 --name odm2admintest miguelcleon/odm2-admin:latest + $ docker run -d -p 8010:8010 --name odm2admintest lsetiawan/odm2admin:latest Next, in order to login you will need to create a Django superuser login To do that first you will need to attach bash to the container, then