CIS251_5.3_Installing_Docker_on_Windows_Corey_Adams

docx

School

ECPI University, Greensboro *

*We aren’t endorsed by this school

Course

251

Subject

Computer Science

Date

Nov 24, 2024

Type

docx

Pages

2

Uploaded by corada5995

Report
CIS251 – Installing Docker on Windows Corey Adams
PowerShell/Docker Commands Command Example Description Install-Module Install-Module DockerMsftProvider -Force Downloads one or more modules from a repository, and installs them on the local computer. Install-Package Install-Package Docker - ProviderName DockerMsftProvider -Force Installs one or more software packages on the local computer. docker -v docker -v To verify the installation of Docker Docker run Docker run hello- world:nanoserver To test Docker functionality. Microsoft provides a hello-world container based on Windows Nanoserver that is used to test your installation.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help