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