mtbarta / monocorpus

A notepad for software and machine learning
GNU Affero General Public License v3.0
232 stars 13 forks source link

mongo deleted - docker-compose up fails #30

Open rscircus opened 5 years ago

rscircus commented 5 years ago

Describe the bug When running docker-compose, docker complains that the mongo image is deleted and halts.

To Reproduce Steps to reproduce the behavior:

  1. sudo docker-compose up -d

Expected behavior All monocorpus containers get started.

Screenshots

> sudo docker login
Authenticating with existing credentials...
WARNING! Your password will be stored unencrypted in /home/rawland/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
0> sudo docker-compose up -d
Pulling mongo (monocorpus/mongo:3.6.2-jessie)...
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.

Continue with the new image? [yN]y
Pulling mongo (monocorpus/mongo:3.6.2-jessie)...
ERROR: pull access denied for monocorpus/mongo, repository does not exist or may require 'docker login'

Desktop (please complete the following information):

mtbarta commented 5 years ago

is mongo being built?

in services/mongo run make. this will create the monocorpus/mongo image.