Categories
Tech Talk

Everything you need to know about working with Docker and Docker on Windows

As a part of my work in the Cohere project, I had to learn about and utilise Docker. The purpose of this article is to impart some knowledge and lessons about Docker, knowledge that I wish I had known when I initially started utilising it. This blog post is split into two distinct sections: the first section presents a brief overview of Docker itself and its uses, and the second section provides some Windows-specific advice. What is Docker? Docker is an open platform that allows users to package up applications in containers with everything they need to run. […]