RUN DOCKER INSIDE WINDOWS 11
What is Docker?
Docker is an open-source platform where we run our applications in the form of containers. Docker containers are very light in weight and contain all the dependencies and configurations so we can run them across different computing environments. Developers can package all the dependencies of the application in the form of images it can be portable easily or shared easily with other developers without worrying about the underlying OS.
Requirements
- Windows 11 64-bit: Home or Pro version 21H2 or higher, or Enterprise or Education version 21H2.
- Windows 10 64-bit: Home or Pro version 21H2 or higher, or Enterprise or Education version 21H2.
- 4GB RAM or Higher.
- Hyper V feature must be enabled in Windows.
Step-By-Step Docker Installation On Windows
Follow the below steps to install and configure Docker on Windows:
Step 1: For installation of Docker, go to your browser(chrome will be used here, but it can be done by using any browser). In the search bar, type Docker download. And click on the first link that appears.
Step 2: After clicking the link, choose your OS, be it Windows, MAC, or Linux for installation.
Step 3: The download will start, and based on your internet speed, it will take some time to do so.
Start Docker Desktop Tool
Step 1: After installation, it will look something like this in Windows:
- Open the Docker Desktop.
- Accept the Docker Subscription Service Agreement window. and click On continue. Docker Desktop will start after we accept the terms and conditions.
Step 2: After clicking Ok the installation will start.
Step 3: After installation, we need to restart our PC and install WSL 2, which stands for Windows Setup for LINUX.
Thankyou for reading the article .