|
|
pirms 1 gada | |
|---|---|---|
| TestApiDocker | pirms 1 gada | |
| docker-dotnetcore-api | pirms 1 gada | |
| README.md | pirms 1 gada | |
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 .