Getting "Cannot link to a non running container"

I am working on the Windows 11 WSL2 subsystem and get:

ERROR: for local_nextbackenddocker_1 Cannot start service nextbackenddocker: Cannot link to a non running container: /local_minionworker_1 AS /local_nextbackenddocker_1/MINIONWORKER

Please don’t post text as images. So, please edit your question to replace it with text. Also, please include the command you’re running, and any Dockerfile or Compose file you’re using. Use the </> button to format the text.

Hi :slight_smile:

You can try and run docker-compose with --force-recreate and see if that gives something.

Else you might want to look into if there are issues regarding that 1 service, if it fails to start, you can try and run:

docker-compose up -d nextbackenddocker

If that also fails, maybe see if you can run it manually via docker run

So I am trying to use the local setup of the NEXT system (https://github.com/nextml/NEXT) on WSL Ubuntu 22.04. I followed their setup (NEXT/local at master · nextml/NEXT · GitHub) and after I ran the command
./docker_up.sh
the error message “ERROR: for local_nextbackenddocker_1 Cannot start service nextbackenddocker: Cannot link to a non running container: /local_minionworker_1 AS /local_nextbackenddocker_1/MINIONWORKER” popped up. I don’t know what caused this error and @terpz, I also tried “docker-compose up -d nextbackenddocker”, this gives me the same error.