Windows Container: hard links not supported with legacy writer

I got this error

How to fix this?

1. Stop the Docker service with Stop-Service docker

2. Remove the local file of docker (f.ex. C:\Program Files\docker)

3. Download and unpack docker again:

Invoke-WebRequest "https://master.dockerproject.org/windows/amd64/docker-1.13.0-dev.zip" -OutFile "$env:TEMP\docker-1.13.0-dev.zip" -UseBasicParsing

4. Unpack the files again:

Expand-Archive -Path "$env:TEMP\docker-1.13.0-dev.zip" -DestinationPath $env:ProgramFiles

5. Start the docker service again with Start-Service docker

You should be able to download images again!

Windows Container: Create local user on microsoft/nanoserver

SharePoint: Move the Central Administration