Although Docker looks like a promizing tool facilitating project implementation and deployment, it took me some time to wrap my head around its concepts. Therefore, I thought I might write another blog post to summarize and share my findings.
Docker Container & Images
Docker is an application running containers on your laptop, but also on staging or production servers. Containers are isolated
Leave a Reply