Category: Docker
-
Quick Guide to Docker
What is Docker? Docker is a platform that enables developers to build, deploy and manage containers – which are lightweight, portable units that package an application and it’s dependencies, ensuring consistency across various environments. Key Concepts Image: A read-only template defining your applications and it’s environment, including variables and mapped drives. Container: A runnable instance… Read more
-
How to Stop and Remove All Docker Containers in PowerShell (With Fix for Port Already Allocated)Docker Commands and other Misadventures
Why I’m working on Windows I normally develop on a Linux workstation, however I am in the middle of a move. I’ve got my servers in my homelab powered down as I am working on preparing the server rack for relocation starting by unplugging all the wires. This morning as I was in the middle… Read more