Skip to content
aspyker edited this page Nov 7, 2014 · 1 revision

This page will be expanded over time as we find common issues.

Asgard starts, but when you access the URL no page is shown

If you host is out of sync with worldwide time, this can cause errors calling Amazon API's. System time getting out of sync happens frequently if your host is put to sleep and your virtual machine doesn't have NTP configured correctly. Simply stop the failing Asgard container, update your host system time, and restart the Asgard container.

How do I access logs of the containers?

Most of the containers have logs written to stdout and stderr. Therefore the standard docker logs -f CONTAINER_NAME/ID should work. Otherwise you can use docker exec -i -t CONTAINER_NAME/ID /bin/bash to enter the container and look around.