Host Docker application on Firebase Static Hosting

淺唱寂寞╮ 提交于 2019-12-13 14:38:02

问题


How can I host an Docker container based app to Firebase static hosting ?

Is it even doable/allowed ?

Or should I host Docker based apps on services like Digital Ocean / Vultr / Linode / AWS instead ?

I'm using Firebase as my main database and since it comes with hosting in the same pricing model I would like to make good use of it and have everything on Google based servers rather than hosting elsewhere (such as Digital Ocean) and connecting to my database which would then be on Google.

Thank you


回答1:


Firebase Hosting is a static file host: it serves files without executing their content. While it was recently expanded to support hosting of Express.js apps through Cloud Functions, Firebase Hosting is not a generic docker host.



来源:https://stackoverflow.com/questions/46071760/host-docker-application-on-firebase-static-hosting

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!