I am currently trying to start multiple containers using docker-compose, but I am having errors that I cannot resolve.
1 - I did not write this docker composes nor the images and everything works on other machines.
2 - The images are only available locally.
Here is what I was told to do.
docker load -i image.tar
docker load -i …
… (this for all images)
then when i type the command:
docker-compose up
An error message appears:
Pulling {image} ({image}: 1.15) …
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.
I tried looking on the internet docker-compose pull, but all my images are in error.
1 - Why if my images are present (displayed) when I do a docker images docker-compose trying to do a pull of these images?
I changed the command docker load -i image.tar to docker image import image.tar {image}: 1.15, but no change noticed.
I just spoke to a theorist (great theoretical knowledge but he does not know the exatct commands to perform)
he tells me that there is a “registry” in the docker deployment in the VM and at the client.
So, you have to change the configuration of the “docker-compose.yml” file.