Giter Site home page Giter Site logo

docker_installation's Introduction

Docker_Installation

Docker-on-Windows-Server-2016

Step1:
Install-WindowsFeature Containers
Retart-Computer -Force
-----------------------------------------
Step2:
1. Open Powershell and check for supported protocols by using
[Net.ServicePointManager]::SecurityProtocol

2. Run the following 2 cmdlets to set .NET Framework strong cryptography registry keys: {to enable tls1,tls1.2 etc..}
Set-ItemProperty -Path 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type DWord
Set-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type DWord

3. Restart Powershell and check again for supported protocol by using 
[Net.ServicePointManager]::SecurityProtocol

 -- --------------------------------------
 Step3:
[Net.ServicePointManager]::SecurityProtocol
Install-PackageProvider Nuget –Force
Install-Module -Name DockerMsftProvider -Force
Get-ExecutionPolicy
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
Install-Package -Name docker -ProviderName DockerMsftProvider -Force
Start-Service docker
docker version

docker_installation's People

Contributors

testingx01 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.