No results found
We couldn't find anything using that term, please try searching for something else.
Windows 2025 Sponsored Link Docker : Install2024/12/16 install Docker that is the Operating System - Level Virtua
Windows 2025
Sponsored Link
Docker : Install2024/12/16 |
install Docker that is the Operating System – Level Virtualization Tool , that automate the deployment of application inside Containers . |
|
[ 1 ] | run PowerShell with Admin Privilege and Install Docker . |
Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. # install [Containers] feature # restart after inputting [Y(es)] PS C:\Users\Administrator> Enable-WindowsOptionalFeature -Online -FeatureName Containers Do you want to restart the computer to complete this operation now? [Y] Yes [N] No [?] Help (default is "Y"): Y PS C:\Users\Administrator> invoke - WebRequest -usebasicparse " https://raw.githubusercontent.com/microsoft/Windows-Containers/Main/helpful_tools/Install-DockerCE/install-docker-ce.ps1 " -o install - docker - ce.ps1 PS C:\Users\Administrator> .\install-docker-ce.ps1 Querying status of Windows feature: Containers... Feature Containers is already enabled. DOCKER default Checking Docker versions Downloading https://download.docker.com/win/static/stable/x86_64/docker-27.4.0.zip to C:\Users\Administrator\DockerDownloads\docker-27.4.0.zip Installing Docker... C:\Users\Administrator\DockerDownloads\docker-27.4.0\docker\docker.exe Installing Docker daemon... C:\Users\Administrator\DockerDownloads\docker-27.4.0\docker\dockerd.exe Configuring the docker service... Waiting for Docker daemon... Successfully connected to Docker Daemon. The following images are present on this machine: REPOSITORY TAG IMAGE ID CREATED SIZE Script complete! # verify status PS C:\Users\Administrator> docker version Client is Go : version : 27.4.0 api version : 1.47 Go version : go1.22.10 Git commit : bde2b89 build : Sat Dec 7 10:40:21 2024 os / arch : windows / amd64 context : default Server : Docker Engine - Community Engine : version : 27.4.0 api version : 1.47 ( minimum version 1.24 ) Go version : go1.22.10 Git commit : 92a8393 build : Sat Dec 7 10:39:14 2024 os / Arch : window / amd64 Experimental : false |
Matched Content
Windows Server 2025 : docker