Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 567 Bytes

File metadata and controls

10 lines (9 loc) · 567 Bytes

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.