Hacker News new | ask | show | jobs
by andymurd 3918 days ago
Look into wercker.com - it works with docker containers so cross-platform python should work OK. They have some blog posts about Windows support too.

It's currently free whilst in beta but I guess they expect to charge eventually.

I'm not affiliated with them in any way but I have been happily using the service (testing Node & Python on Linux) for almost a year.

1 comments

But how can they run windows images on top of docker?

I was looking for something like that, but didnt think it was possible.

Some googling reveals that Docker should be able to run a Windows VM on a Linux host but I have no experience of this.

I would talk with the wercker guys about your requirements. They have a Slack channel and are very approachable.

Can you give a link to where you get that information from?

All the places I read are talking about Linux and Windows containers on a Windows machine, but not windows containers on linux machine.

After further digging, I think you are correct (for now).

However that looks likely to change soon, as Microsoft certainly seems to drink the microservices kool-aid and want to mix and match Linux and Windows across hosts and tenants[1]. The Windows workloads will need to be architected specifically for containerisation.

[1] http://thenewstack.io/the-windows-and-linux-container-era-is...