-
Notifications
You must be signed in to change notification settings - Fork 100
FAQ
aspyker edited this page Nov 7, 2014
·
1 revision
This page will be expanded over time as we find common issues.
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.
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.