name: Docker Test on: [push] jobs: test: runs-on: windows # Your Windows runner label container: image: mcr.microsoft.com/windows/servercore:ltsc2019 # Windows Server 2019 base image options: --isolation=process # Required for Windows containers steps: - name: Test Docker run: | docker --version hostname