peering-manager / docker

🐳 Docker Image of Peering Manager
Apache License 2.0
9 stars 12 forks source link

Pulling peering-manager-worker - Not found? #5

Closed barhom closed 4 years ago

barhom commented 4 years ago

When using the included docker-compsoe.yml I am getting the following,

Pulling peering-manager-worker (peering-manager:latest)...
ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.

Any idea why it is saying that the image has been removed?

andrew-landsverk-win commented 4 years ago

I noticed you have to change the docker-compose file to read peeringmanager/peering-manager in order to pull the images. However, after I fixed that, it says it cannot connect to it's postgres instance. I'm still investigating that on my end.