Code Monkey home page Code Monkey logo

dockerfiles-linux's Introduction

dockerfiles-linux's People

Contributors

sixeyed avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dockerfiles-linux's Issues

Does not run on ARM Devices

Hi,
I'm running a Odroid C2 and tried to run the image via Docker-Compose.
I get the error:
standard_init_linux.go:211: exec user process caused "exec format error"

As far as I know this means my architecture is not supported ...

Maybe you have some spare time to make it work on ARM device's too?

I'm happy to hear from you,
kind regards,
Daniel Oberlechner :)

Unable to run .net core console app using sixeyed/coreclr-base

Hi,
I am trying to run my .net core console application on container in CentOS as host using the below link :
https://blog.sixeyed.com/running-net-core-apps-in-a-linux-container/
However i am getting error container_linux.go:247: starting container process caused "exec: "dotnet": executable file not found in $PATH"
/usr/bin/docker-current: Error response from daemon: invalid header field value "oci runtime error: container_linux.go:247: starting container process caused "exec: \"dotnet\": executable file not found in $PATH"\n".

Below is my Dockerfile content:
FROM sixeyed/coreclr-base
ENV PATH /root/.dnx/runtimes/dnx-coreclr-linux-x64.1.0.0-beta8-15618/bin:$PATH
WORKDIR /app
COPY /app
ENTRYPOINT ["dotnet", ".dll"]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.