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