> Thanks for the frank feedback. I agree that we have a lot of "wiggle room", as you so diplomatically put it. Out of curiosity how do you feel about the current README on Docker's repo? https://github.com/docker/docker/blob/master/README.md
I have two thoughts on this.
First, if CIOs and IT directors are calling, then it's possible they're confused by the website, too.
Second, the README is definitely better, but would be even better by being more specific and exaggerating less. If it's targeted to web apps and back end services, say that in the first place, instead of "any application." Can I run iPhone apps in Docker? Are there Docker packaged apps in the iTunes store? If my application runs on an Arduino, can it also use Docker?
> If it's targeted to web apps and back end services, say that in the first place, instead of "any application."
That was deliberate. Although obviously most people use Docker for web apps today, there is no reason they can't try it in other contexts too. For example, there is a very vibrant sub-community of people dockerizing desktop apps, and running Docker on embedded devices like Raspberri Pi etc. There are also (very) experimental ports to Android, and I heard of at least one person who after learning that Tesla is a modified Ubuntu under the hood, set out to try and run Docker on it (I don't know if they succeeded).
I have two thoughts on this.
First, if CIOs and IT directors are calling, then it's possible they're confused by the website, too.
Second, the README is definitely better, but would be even better by being more specific and exaggerating less. If it's targeted to web apps and back end services, say that in the first place, instead of "any application." Can I run iPhone apps in Docker? Are there Docker packaged apps in the iTunes store? If my application runs on an Arduino, can it also use Docker?