aspnet / aspnet-docker

[Archived] ASP.NET Core Docker images for 1.x. Go to https://github.com/dotnet/dotnet-docker for 2.1 and up.
https://asp.net
719 stars 171 forks source link

understanding vsts docker deployment and docker file #421

Closed kharesiddharth closed 6 years ago

kharesiddharth commented 6 years ago

Guys , i have done container based deployment using VSTS . it deployed to azure app sevice . i did not have to create any docker file or apply commands like docker run etc . vsts did all that for me . its puts image in azure container registry .

so i am trying to understand , if i am doing deployment using VSTS when would i really need to get into these details i.e creating docker file , creating containers etc ... ? it seems VSTS hides and simplifies all of this .

thanks

natemcmaster commented 6 years ago

Sorry, I'm not familiar enough with VSTS container deployment to provide an answer. You might try asking this question in other forums such as https://developercommunity.visualstudio.com/spaces/21/index.html or Stack Overflow where you'll have a bigger audience.

kharesiddharth commented 6 years ago

ok thanks