Skip to content

Docker

This page serves to contain all general Docker configurations or any insights related to Docker that would be useful for development.

This repository uses docker-compose religiously, hence it is important to retain a reference of commands and etc. that could help me maximize the utility I get from docker-compose.

To view active containers, you must be in the root directory of where the docker-compose command was called and run the following,

Terminal window
docker-compose ps

i means interactive and t means terminal.

Terminal window
docker exec -it <container_name> /bin/bash