Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

  • Issue: tutor dev stop doesn’t actually stop anything

    • Check your container names with docker ps. They should be of the form tutor_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 running tutor config printroot. If you are running the nightly version, the directory name will be /some/thing/tutor-nightly. Otherwise it will just be /some/thing/tutor

      • If they say local instead of dev, run tutor local stop

  • No labels