Install Openedx with tutor in digital Ocean (Ubuntu server)

I was installed openedx with tutor( v16.1.1) in digital ocean on ubuntu server (22.04.1). I have installed docker (version 24.0.5) & docker composer (version 1.29.2). When I trying to add command tutor local launch in Terminal then it’s showing docker error is given below:

Error: Command failed with status 125: docker compose -f /root/.local/share/tutor/env/local/docker-compose.yml -f /root/.local/share/tutor/env/local/docker-compose.prod.yml --project-name tutor_local stop

What Should I do now?
For your reference I have attached snap of terminal status.


You can refer this PR.
Hope it helps

  1. Don’t run tutor as root. Please read the warnings.
  2. Install all requirements, including Docker Compose: Installing Tutor — Tutor documentation

Hi, you mean creating an extra user for the tutor ? makybe adding that in the config file so it will add it from the beginning…
Thank you for response.