ibm-cloud-architecture / refarch-cloudnative-micro-socialreview

1 stars 15 forks source link

Running Docker Local, use logs to determine when container is up #2

Closed rbarcia closed 8 years ago

rbarcia commented 8 years ago

I tried to push update to readme, it says I am not authorized. Please change my level as exec sponsor.

for all Docker run local, please add

docker ps (see container s running, note container id) docker logs {container-id} to see springboot logs to wait app is started.

gangchen03 commented 8 years ago

Fixed the doc as suggested, close ticket.