I am trying to run a docker-compose.yml file against kubernetes on Docker for Windows. I'm currently using the Edge version of Docker for Windows -- 18.03.0-ce-rc4 -- and I have kubernetes enabled.
I get the following error:
PS C:\dev\projects\python\kubetest> docker stack deploy --compose-file .\docker-compose.yml mystack
Ignoring unsupported options: build
In short, by following the documentation, I'm unable to get anything deployed to kubernetes on Docker for Windows.