Testing the Application Locally in a Docker Setup
Procedure
-
Execute the following command on a docker terminal to run the application image.
docker run –d -p 8080:8080 bwce-soap-http-app
-
Execute the following command to view the logs to make sure that the application has started successfully.
docker logs <container name>
-
Check the logs for the server applications to ensure that they have started successfully.
Copyright © Cloud Software Group, Inc. All rights reserved.