Issue with linux inside docker container. Works on one windows 10 machine but not on another?

robowanabe

New Member
Joined
Aug 29, 2019
Messages
2
Reaction score
0
Credits
0
Hi, I'm getting the error below when i try to build a docker image. It works on one machine but not on another, both using same docker version and host operating system.
I think its a Linux issue... does anyone have any ideas whats going on or have a away for me to get more info on the problem.. it literally just says "error exiting command".

Thanks for any help given
4323


Here is simple dockerfile
4324


It is failing on the line where it pipes wget output into bash...

It just exits with no reason given
 
Last edited:


Hey there,

I'm curious as to why it's working on one and failing on the other - the clues may be in the differences in those two machines? Same OS version, same hardware or are there differences?
 
Hi thanks for the reply.

Its the same OS.. Windows 10. Different hard ware. The one its failing on is an AMD Ryzen Threadripper 1920x. and the one it works is an i7. Do you think it could be that?

I found the part it fails on and found a work around.

Inside the setup_10.x for node.js it installs lsb-release.

It fails first time and then succeeds the second time.

Here is the working docker for both systems, notice the two run calls to lsb-release
4352


Any help would be appreciated, its really bugging me and obviously its a bit of a hack..

thanks
 

Members online


Latest posts

Top