Verifying the application
Now that you have deployed all the components of the application, let’s verify the functioning of the application by going through a series of steps:
- Verify that the needed Docker containers are running using the following command:
docker ps
Your output should look like the following, with three containers running for the following three services –
infer
,http
, andmms
:CONTAINER ID IMAGE COMMAND CREATED STATUS ...