dynamo-local-admin-docker
dynamo-local-admin-docker copied to clipboard
Dynamo Admin UI is not loading anymore
The below docker config has been working for months but today after restarting my system i removed the older images and did a fresh compose up and now the Admin UI is not loading. DynamoDb itself seems to be running fine.
docker-compose.yml:
version: '3'
services:
dynamodb:
image: instructure/dynamo-local-admin
ports:
- "8000:8000" # For dynamo db
- "8001:8001" # For admin UI
I tried running it from the terminal as well, but no luck.
Any suggestions on how to resolve this? Thanks.
I have the same issue, yesterday also removed the image and now is not working any more..

Also seeing this issue
...
2022-01-11 00:42:39,150 INFO spawnerr: can't find command '/usr/local/bin/dynamodb-admin'
2022-01-11 00:42:39,150 INFO success: dynamodb entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-01-11 00:42:39,150 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-01-11 00:42:41,153 INFO spawnerr: can't find command '/usr/local/bin/dynamodb-admin'
2022/01/11 00:42:43 [error] 10#10: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: dynamo.docker, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8001/", host: "localhost:8000"
172.18.0.1 - - [11/Jan/2022:00:42:43 +0000] "GET / HTTP/1.1" 502 157 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0"
2022-01-11 00:42:44,285 INFO spawnerr: can't find command '/usr/local/bin/dynamodb-admin'
2022-01-11 00:42:44,286 INFO gave up: dynamo-admin entered FATAL state, too many start retries too quickly
2022/01/11 00:42:46 [error] 10#10: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: dynamo.docker, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8001/", host: "localhost:8000"
...
Just a heads up there is another issue on the repo that contains all the dockerfiles from instructure https://github.com/instructure/dockerfiles/issues/11. Looks like this repo hasn't been used in a long time
+1 to this issue, being presented with exactly this issue.
Cannot seem to retrieve older versions of the image either. Per #4 it'd be fantastic if a static reference to this image could be maintained.
I do not believe this repo is the source of truth for this docker image any more. As mentioned by @agiangrant I've opened an issue on their dockerfiles repo https://github.com/instructure/dockerfiles/issues/11.
Having worked at Instructure in the past, many of the Github repos are replicated from internal Gerrit, so issues on GitHub aren't looked at all that often so if you could all add your comments on the above issue I think it will get fixed faster.
Also pinging @aaronshaf as I know he still works there and might be able to get this onto someone's radar internally as well.
@shichongrui Are you on Docker Hub?
@aaronshaf I might have an account but I don't ever use it. But I am pulling the image from Docker Hub https://hub.docker.com/r/instructure/dynamo-local-admin.