Tagged "PostgreSQL"

Access Host PostgreSQL from Docker Containers

It’s common that service in docker container needs a database, such as PostgreSQL. You can also run database in another docker container and link them together.