tl-its-umich-edu / docker-base-images

Base images for Dockerfiles from open source projects. (Canvas Peer Grade Calculator, Qualtrics LTI, UDOIT)
2 stars 3 forks source link

Peer Grading: update Docker commands in `README.md` #15

Closed lsloan closed 1 year ago

lsloan commented 1 year ago

As mentioned by Matt, Docker containers with container_name assigned in their docker-compose.yml can be referenced without the composer command and from any directory, not just the one containing the YAML file.

∴ change docker compose exec -it app…docker exec -it peer_grading_app…