All Posts
Start Postgres On Ubuntu (Using Docker)
Docker enables engineers to start the service with ease. In a tradition installation, developers had to go though the specific documentation and follow the step by step guide for installation. This takes typically 30-60 mins depending on the software. With docker, starting a service is all about pulling the docker file corresponding to the service and running it.