docker-node icon indicating copy to clipboard operation
docker-node copied to clipboard

Multiplatform container

Open HarelM opened this issue 7 years ago • 5 comments

Any change to create a multiplatform container? I would like to create a multiplatfrom container myself to host a C++ compiled executable that is wrapped in NodeJs express web api so that I can use this container on any platform. When I ran the following command I noticed this container isn't multiplatform.

docker run mplatform/mquery node
Image: node
 * Manifest List: Yes
 * Supported platforms:
   - linux/amd64
   - linux/arm/v7
   - linux/arm64/v8
   - linux/386
   - linux/ppc64le
   - linux/s390x

HarelM avatar Apr 23 '18 22:04 HarelM

The output indicates that the image is multi-platform...unless you are looking for an architecture/os combination that we don't support?

chorrell avatar Apr 24 '18 14:04 chorrell

Sorry, forgot to mention I want to use it on windows... :-)

HarelM avatar Apr 24 '18 15:04 HarelM

The Windows ones are still in progress. (#362)

LaurentGoderre avatar Apr 24 '18 15:04 LaurentGoderre

I wish I had access to Windows 10, I'd help move it along.

LaurentGoderre avatar Apr 24 '18 15:04 LaurentGoderre

I have windows 10, is there any way I can help? Also, looking at the PR it seems you should be able to use AppVeyor to test stuff, you can also create a "break point" in the build process to remote connect to the machine and test things.

HarelM avatar Apr 24 '18 15:04 HarelM