Christophe Brachet db7c1a8abe First commit | 3 months ago | |
---|---|---|
TestApiDocker | 3 months ago | |
docker-dotnetcore-api | 3 months ago | |
README.md | 3 months ago |
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 .