Skip to main content

Posts

Showing posts with the label Docker for Desktop

Installing Docker Desktop for Windows

Installing Docker Desktop for Windows What is Docker? Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers. Docker is an open source platform that enables developers to build, deploy, run, update and manage containers—standardized, executable components that combine application source code with the operating system (OS) libraries and dependencies required to run that code in any environment. Download Docker for Windows Installer from here Install Docker Desktop on Windows Install interactively: Double-click Docker Desktop Installer.exe to run the installer. Follow the instructions on the installation wizard to authorize the installer and proceed with the install When the installation is successful, click Close to complete the installation process. ...