docker-for-windows

standard_init_linux.go:190: exec user process caused “no such file or directory” - Docker

心已入冬 提交于 2019-11-27 01:18:56
问题 When I am running my docker image on windows 10. I am getting this error: standard_init_linux.go:190: exec user process caused "no such file or directory" my docker file is: FROM openjdk:8 EXPOSE 8080 VOLUME /tmp ADD appagent.tar.gz /opt/app-agent ADD services.jar app.jar ADD run.sh /run.sh # Install compiler and perl stuff RUN apt-get update RUN apt-get install -y build-essential RUN apt-get install -y gcc-multilib RUN apt-get install -y perl # Install Percona Toolkit RUN apt-get install -

Can Windows Containers be hosted on linux?

孤人 提交于 2019-11-26 21:19:06
Is it possible to run Windows Containers on Linux ? The scenario is based on an app written in the .NET (old net) and the Linux user that wants to run this with Docker to provide a net462 written API on the localhost . I am using beta version from Docker Desktop for Windows If no, then why can Windows run Linux containers and not vice-versa? EDIT: As some time has passed and this question is a popular one. I'd like to add one note here that the workaround is to use the new netstandard. It allowed me to pack 4.6.2 framework into new library. Update3: 06.2019 Some of the comments says that the

Can Windows Containers be hosted on linux?

佐手、 提交于 2019-11-26 07:54:14
问题 Is it possible to run Windows Containers on Linux ? The scenario is based on an app written in the .NET (old net) and the Linux user that wants to run this with Docker to provide a net462 written API on the localhost . I am using beta version from Docker Desktop for Windows If no, then why can Windows run Linux containers and not vice-versa? EDIT: As some time has passed and this question is a popular one. I\'d like to add one note here that the workaround is to use the new netstandard. It