problems when running a .Net project with Docker

0

I'm trying to follow this tutorial: link To run a .Net application in Docker.

However, when I run the docker ps -a command, the following output appears:

"dotnet aspnetapp.dl…"   11 seconds ago      Exited (145) 8 seconds ago                         myapp

Someone knows the reason for this error and how to correct it, I would be very grateful. I'm totally new to Docker.

Extra note: The Docker version I'm using is 18.03.0-ce The operating system is CentOS 7 and the .Net Core version is 2.0.0

    
asked by Alex Pérez 12.04.2018 в 19:10
source

0 answers