Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install docker on windows using powershell

# Set the TLS version used by the PowerShell client to TLS 1.2.
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12;
Install-Module -Name DockerMsftProvider -Repository PSGallery -Force
Install-Package -Name docker -ProviderName DockerMsftProvider
#You need to restart the computer for this to be usable
Restart-Computer -Force
#After Reboot
Get-Package -Name Docker -ProviderName DockerMsftProvider
Find-Package -Name Docker -ProviderName DockerMsftProvider
Install-Package -Name Docker -ProviderName DockerMsftProvider -Update -Force
Start-Service Docker
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu permission all file in folder 
Shell :: 76 packages are looking for funding run `npm fund` for details found 7 vulnerabilities (5 low, 1 moderate, 1 high) run `npm audit fix` to fix them, or `npm audit` for details 
Shell :: check files that was changed in a particular git commit 
Shell :: break line bash 
Shell :: how to update git in vscode 
Shell :: git delete remote name 
Shell :: install brew on mac 
Shell :: brew mac 
Shell :: cluster_block_exception 
Shell :: install freetype globally on ubuntu 
Shell :: brave browser download for linux 
Shell :: Sublime Text install Ubuntu/Debian 
Shell :: pip problem linux 
Shell :: ngrok command 80 not found 
Shell :: Solve Cannot Install Dependency Error for NPM install 
Shell :: bash split line and get element 
Shell :: centos copy folder 
Shell :: list enviroment variables 
Shell :: start uvicorn 
Shell :: starting nodemon server 
Shell :: git push heroku master error: src refspec master does not match any 
Shell :: interact with container 
Shell :: change git username and email 
Shell :: kali tools 
Shell :: how to set default editor for git bash 
Shell :: angular bootstrap install 
Shell :: sudo apt-get install libboost-all-dev 
Shell :: add sudo user centos server group 
Shell :: how to get github url 
Shell :: commitlint, husky, commitzen 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =