Code Monkey home page Code Monkey logo

Comments (3)

jdwilly2001 avatar jdwilly2001 commented on June 10, 2024 1

So this was resolved. I attempted to run the application from / using dotnet run -p /app/MyApp.

However when the boilerplate application loads the appconfig.json, it is looking relative to the run directory.

using the WORKDIR directive in the docker file fixed the issue. I believe it was failing to load the configuration and thus the logging was not properly established.

from dotnet-docker.

naamunds avatar naamunds commented on June 10, 2024

@jdwilly2001 I was unable to repro this. For my web app, I see the ASP.NET logging by default when doing docker logs <container>.

Have you verified that the web requests are successfully going through to your application when it's running in the Docker container? For example, if you go to http://localhost::<host_port> in a web browser on the host machine (where host_port is the host machine's port which is mapped to the container's port being used by the web application, which can be seen with docker ps), does the web application load?

from dotnet-docker.

MichaelSimons avatar MichaelSimons commented on June 10, 2024

@jdwilly2001, were you able to work through this issue? If so, please feel free to close this issue. If not, please provide the information @naamunds requested.

Thanks

from dotnet-docker.

Related Issues (20)

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.