Windows server support following runtime:

Let’s start with Moby

Docker Community Edition (CE) provides runtime environment for containers with COmmon API and CLI.

To get started we haveĀ  power shell script to run

execute this command

Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/microsoft/Windows-Containers/Main/helpful_tools/Install-DockerCE/install-docker-ce.ps1" -o install-docker-ce.ps1
.\install-docker-ce.ps1

 

 

Congratulation.. Docker installed

I will skip how create container and docker related operational, as i will integrate to my Docker Swarm.

From Swarm manager i issue this command to add the docker node as worker

ubuntu@manager:~$ docker swarm join-token worker

From Docker node execute the command from Swarm manager

 

Now let’s check the portainer

Leave a Reply

Your email address will not be published. Required fields are marked *