Run the application locally
- Run the container.
This uses your local Docker engine to run the docker image that you built in the previous step.ibmcloud dev run --trace
- After your container starts, go to http://localhost:9080/ in your browser to see your application!
- Use Ctrl-C to quit when you're done.