Category Docker

Docker : L1 – Container life cycle

bird's-eye view photography of road

We will learn how to run containers in docker. This is the first and first and foremost command that we use in docker to run a containerized application . This section will cover basics of docker run using CLI as…

Docker-Terminology

worms eye view of buildings

Docker provides the ability to package our application and its runtime environment into a container which can be shipped easily. We have the ability to configure the runtime environment along with the application code . This makes it easy for…

Docker – Installation on Windows

aerial view of intermodal containers

A quick walk through of Docker installation on Windows 10. 1. Downloading the binaries Download the binaries from the official website. 2. Install WSL 2 Install WSL 2 following instructions provided in the Microsoft website. This step can be done…