Issue:
tutor dev stop
doesn’t actually stop anythingCheck your container names with
docker ps
. They should be of the formtutor_nightly_dev_myservice
.If they do not have the
nightly
suffix, you may be accidentally running the latest tutor release instead of tutor-nightly. You can check this by runningtutor config printroot
. If you are running thenightly
version, the directory name will be/some/thing/tutor-nightly
.If they say
local
instead ofdev
, runtutor local stop
General
Content
Integrations