Running the Developer Portal Docker image

  1. Run the following command to start the Developer Portal Docker image:
    docker run -p host_numer:port_numer image_name
    Sample command
    docker run -p 18101:18101 dpo_final
  2. Run the following command to check the status of the Docker container:
    docker ps
    Sample output (Docker image created with internal Elasticsearch)
    CONTAINER ID   IMAGE                                                  COMMAND                  CREATED        STATUS        
    PORTS
                           NAMES
    dd5f0c541d25   softwareag/devportal:10.11.0.20                        "/bin/sh -c /usr/loc…"   25 hours ago   Up 25 hours   
    0.0.0.0:80->8083/tcp, :::80->8083/tcp   unruffled_ardinghelli
    87ad8248dbd7   docker.elastic.co/elasticsearch/elasticsearch:7.16.3   "/bin/tini -- /usr/l…"   26 hours ago   Up 26 hours   
    9200/tcp, 9300/tcp                      serene_babbage
    [sv@daeyapcent01 ~]$