|
преди 7 месеца | |
---|---|---|
TestApiDocker | преди 7 месеца | |
docker-dotnetcore-api | преди 7 месеца | |
README.md | преди 7 месеца |
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 .