DEV Community

Cover image for Use Docker and Docker Compose for Local Databases
Kelvin Mai
Kelvin Mai

Posted on

Use Docker and Docker Compose for Local Databases

Just a quick introduction video on how to use docker and docker-compose for developing with local databases like postgres or mongodb

Included in Video

  • How to use the docker cli
  • Pull docker images
  • Start docker container with image and options
  • Executing commands inside docker container
  • Writing a docker compose file
  • Using docker compose for multiple containers
  • Multiple container interactions

Resource Links

Top comments (0)