Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiplatform container #695

Open
HarelM opened this issue Apr 23, 2018 · 5 comments
Open

Multiplatform container #695

HarelM opened this issue Apr 23, 2018 · 5 comments
Labels

Comments

@HarelM
Copy link

HarelM commented Apr 23, 2018

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
@chorrell
Copy link
Contributor

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

@HarelM
Copy link
Author

HarelM commented Apr 24, 2018

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

@LaurentGoderre
Copy link
Member

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

@LaurentGoderre
Copy link
Member

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

@HarelM
Copy link
Author

HarelM commented Apr 24, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants
@chorrell @LaurentGoderre @SimenB @HarelM and others