How to make Windows service or alternative?

Here is my install information for docker

Client:
Version: 17.06.2-ce
API version: 1.30
Go version: go1.8.3
Git commit: cec0b72
Built: Tue Sep 5 19:57:19 2017
OS/Arch: windows/amd64

Server:
Version: 17.06.2-ce
API version: 1.30 (minimum version 1.12)
Go version: go1.8.3
Git commit: cec0b72
Built: Tue Sep 5 19:59:19 2017
OS/Arch: linux/amd64
Experimental: true

I’m running Windows 10 Pro, Version 10.0.15063 Build 15063

I am wondering if there is a tutorial on how to wrap a windows service compatible with docker, and if not, what alternatives exist?

You may have a look here: https://docs.docker.com/engine/api/sdks/
or even better: https://docs.docker.com/engine/api/get-started/

Sorry, but I could not find anywhere in that documentation that shows how to wrap a windows service.