|
|
2 лет назад | |
|---|---|---|
| TestApiDocker | 2 лет назад | |
| docker-dotnetcore-api | 2 лет назад | |
| README.md | 2 лет назад | |
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 .