Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Mena Hassan & Cindy Nguyen put your errors here!

When navigating to http://localhost:18000/ and encountering OSError

...

Potential Fix:

  • Making sure docker state is completely fresh

    • make dev.stop

    • make dev.remove-containers

    • docker system prune -a picked Y

    • docker images -a (to see if they're all gone)

    • docker ps -a (to see if all containers are gone)

    • docker volume rm $(docker volume ls) (to remove all volumes)

    • docker volume ls (to see if all volumes are gone)

    At this point docker should be in a completely fresh state!

...

When running

Code Block
make requirements

...