Not able to pull windows insider

Hi, when i try to pull any version of windows insider, i’ve got some different errors:

$ docker pull mcr.microsoft.com/windows/insider:10.0.18267.1001
10.0.18267.1001: Pulling from windows/insider
a Windows version 10.0.18267-based image is incompatible with a 10.0.17134 host

$ docker pull mcr.microsoft.com/windows/insider:10.0.18334.1
10.0.18334.1: Pulling from windows/insider
no matching manifest for unknown in the manifest list entries

What should i do, maybe an update from my host OS?

I checked Docker Hub which has the same windows/insider docker image.
https://hub.docker.com/_/microsoft-windows-insider

Documentation there says this:

How to Use this Image

Windows requires the host OS version to match the container OS version. If you want to run a container based on a newer Windows build, make sure you have an equivalent host build. Otherwise, you can use Hyper-V isolation to run older containers on new host builds. You can read more on Windows Container Version Compatibility in our Container Docs.

Your error says: a Windows version 10.0.18267-based image is incompatible with a 10.0.17134 host