Skip to content

Commit

Permalink
Updated Hosting Application docs
Browse files Browse the repository at this point in the history
  • Loading branch information
poorva1209 committed Jun 17, 2020
1 parent 4a8820a commit 5948d31
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/using_gridappsd/Developing_Apps.rst
Expand Up @@ -112,13 +112,16 @@ Add the following to the file:

Use image name from step 4 instead of sample_app in line 1 and 2.

**7. Start platform**
**7. Start platform and application container**

::
cd gridappsd-docker
./run.sh
This script starts application container along with platform.
Application container has built-in code that allows application to register with GridAPPS-D platform when it starts.

**8. Verify that application container is running**

Use following command to list all Docker container which should include application container with *running* status.
Expand Down

0 comments on commit 5948d31

Please sign in to comment.