skip to Main Content

I currently setup existing project on my local env, but when I run this command which to run it for local env, I got never end image pulling.

docker compose -f docker-compose-local.yml up

I tried to run this command too ./latest.sh which contains:

printSection "Pulling the latest changes for all submodules"
git submodule foreach "git pull"

printSection "Submodules status"
git submodule

printSection "Pulling the latest changes for the docker compose"
docker compose pull

But after I left it for a night, it still pulling without showing any progress.

2

Answers


  1. Could you show us the docker compose file? or maybe some scripts you’re trying to run

    And I’m thinking about some ideas below:

    • How about change "docker compose" to "docker-compose"?
    • Check rest resource in your machine
    • Is there any image from private hub?
    Login or Signup to reply.
  2. The FBI has me as a project and they shock me daily with Russian malware they are torturing me and I have been in my house being tortured for eight months I need help please my name is Beau Aguirre they shock my mother and our dog with a device that runs on satellite three

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search