tampler edited a comment on issue #5936:
URL: https://github.com/apache/cloudstack/issues/5936#issuecomment-1031171476


   @Pearl1594 Thanks for your fix. You can get all logs locally by running my 
sim build:
   
   ```bash
   docker run --name sim -p 8080:5050 -d tampler/acs-sim:lat
   docker exec -it sim python /root/tools/marvin/marvin/deployDataCenter.py -i 
/root/setup/dev/advancedsg.cfg
   
   curl localhost:8080
   ```
   You will see how the first two commands succeed, but curl fails with `reset 
by peer`. 
   You can see container logs with `docker logs sim`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to