Basically everything needs sudo
Run make up to build the docker from the compose and Dockerfile.
docker ps (-a) - Lists running containers, -a is optional for viewing all.
docker exec -it <container ID> /bin/bash to enter the docker container with bash.
docker stop <container ID> to stop it.
Run make down to take down and remove the containers.
We have two docker containers in the docker-compose:
- openvalve_app: Runs Python and Quarto for rendering our stuff.
- openvalve_nginx: Runs the webserver for us to do the presentation.