Is it possible to run/deploy a ruby on rails app on a windows server using docker? I am using windows server 2016 and have set up the docker engine. The ruby on rails app that i have has the following dependencies. Puma/sqlite. I am new to docker , but was unable to find specific examples to run on windows.
Thanks!