简体   繁体   中英

Host windows-based docker image on Heroku

How can I host a windows-based docker image on Heroku?

Here's contents of my docker file

FROM stefanscherer/node-windows:10

and Heroku deployment fails with this error:

10: Pulling from stefanscherer/node-windows remote: no matching manifest for unknown in the manifest list entries

Is it possible to do such thing on Heroku?

The answer is no. Windows docker container could not be hosted on Linux.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM