Communicate between two different applications which reside in two different Docker containers (Vue.js, PHP + MySQL)

What is Docker?

Kulasangar Gowrisangar
ITNEXT
Published in
4 min readSep 28, 2018

--

Docker is a mechanism that is created to assist both system administrators and the developers , making it a component of many DevOps tool chains. From the developers’ perspective, they can focus on writing code without having any concerns about the system, that it will eventually be running on. It also packages, provisions and runs containers, which are independent of the Operating System.

--

--