Installing Docker on Windows Server 2016

preview_player
Показать описание
Get a high-level understanding of containers and how Docker can work within an organization.

No experience is necessary. According to the Docker website, you don't need to be experienced using a command line, but you should be familiar with how to open one and type commands.
Рекомендации по теме
Комментарии
Автор

Great video! Its unreal that this only has like 41 views. I recommend your Docker Deep Dive video to ~ 4 of our Software engineers a week. Keep making awesome videos and take care!

AndrewBrown
Автор

Cheers, better than those 1+ hour longer presentation videos.

moepskie
Автор

Good Job man. Love your accent and the funny way in teaching people. I will definitely subscribe.

nihilsinedeo
Автор

Phenomenal job!! Thanks for this, very useful as I'm getting Win2k16 running in my lab. Thanks!

infoparker
Автор

Thanks so much! Pretty much saved my life:)

zihanzheng
Автор

A follow up: for unknown reason, Docker service was stopped, although set as automatic start. I needed manual start, and it responded correctly to PS command: docker version

marcinbalcerzyk
Автор

when I run dockerd register serivce it says term dockerd is not recognized I am stuck up to this point.

Klusener
Автор

Does this install Docker CE or Docker EE? I want to install Docker EE on my windows server 2016. Please confirm

tapasudenia
Автор

If the installation doesn't work after Bold Bni's fixes, you can always try to reinstall it through here.

=
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force
Install-Module -Name dockermsftprovider
Install-Package -Name docker -ProviderName dockermsftprovider


Hope it helps someone :)

itsRavenium
Автор

Docker is in stop state and on debug getting error "Error starting daemon: Error initializing network controller
: Error creating default network: HNS failed with error : The object already exists" please help tried to Stop-Service hns and the start but still getting same error

gauravyadav-fdzq
Автор

Docker has no GUI to install/manage images?

podunkman
Автор

Find-ContainerImage executing this command didnot find any result. Getting warning

PkStudio
Автор

i am getting problem on Start-Service docker as
Start-Service : Failed to start service 'Docker Engine (docker)'.
At line:1 char:1
+ Start-Service docker
+
+ CategoryInfo : OpenError: [Start-Service], ServiceCommandException
+ FullyQualifiedErrorId : StartServiceFailed, Microsoft.PowerShell.Commands.StartServiceCommand
can you solve this probelm asap ?

chaturanandyadav
Автор

Great video keep going! lovely accent :)

tuxmc
Автор

so im not able to pull images like ngnix or something. Exception: no matching manifest for windows/amd64 10.0.14393 in the manifest list entries. What can i do?

Erik-fgfk
Автор

Start-Service : Failed to start service 'Docker Engine (docker)'.

Anyone receiving above error. Try below-

Run New-ContainerNetwork
And then run Start-Service docker

This worked for me

ravichotaliya
Автор

I did exextly what is displayed in te video, but it fails to start the docker service? Docker Stud would you know why I can't start the docker service?

SuperEnes
Автор

How do you run an ubuntu image in docker inside Windows Server 2016?

breddes
Автор

amazing - anyone managed to to run linux containers on server 16?

ehsanmnsor
Автор

I am facing an error when I wrote Install-PackageProvider ContainerImage -Force.

Error is:

Install-PackageProvider: No match was found for the specified search criteria for the provider 'ContainerImage'. The package provider
requires 'PackageManagement' and 'Provider' tags. Please check if the specified package has the tags.
At line:1 char:1
+ Install-PackageProvider ContainerImage -Force
+
+ CategoryInfo : InvalidArgument: [Install-PackageProvider], Exceptio
n
+ FullyQualifiedErrorId : NoMatchFoundForProvider, Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackageProvider

shuvanath