Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/InstallODM2AdminWithDocker.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
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.

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
Expand Down