|
hace 7 meses | |
---|---|---|
TestApiDocker | hace 7 meses | |
docker-dotnetcore-api | hace 7 meses | |
README.md | hace 7 meses |
Le plus simple sur Linux c’est d’installer Docker Desktop
dotnet new webapi -n docker-dotnetcore-api
cd docker-dotnetcore-api
dotnet run
L’application est accessible depuis l’url
docker build -t ecolocale/my-api .