Monday, March 7, 2022

Install Docker

 Docker is a platform that enables you to combine an app plus its configuration and dependencies into a single, independently deployable unit called a container.


Download and install

You'll be asked to register for Docker Store before you can download the installer.

Get Docket for Window


After installing Docker, you may be asked to sign out to finalize installation.

Check that Docker is ready to use

Once you've installed, open a new command prompt and run the following command:

docker --version


If the command runs, displaying some version information, then Docker is successfully installed.


Thank you


No comments:

Post a Comment