You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
There seems to be no docker/container support in Bridge to k8s, which is very surprising to me.
I would like to run my app in local environment inside container using Docker launch profile and not using Kestrel server.
The launch profile used by Bridge appears to look for another profile having "Project" command in launch settings and this cannot be changed, so app runs locally on developer's machine and not inside a container.
Mention what platform you want to support the new feature
All OS platforms, Visual Studio
Describe the solution you'd like
Allow using Docker profile in launch settings instead of Kestrel server.
Describe alternatives you've considered
none
Additional context
Main motivation:
running app locally with local installed versions of libraries/frameworks feels like a step back and it contradicts the general idea of containerization
The text was updated successfully, but these errors were encountered:
@3100tobo Thanks for raising this issue. I have few questions, is the request to support bridge to k8s in containerized mode ex: run your apps in local docker containers and still able to access your k8s cluster and debug them? please correct me If I am wrong.
That's correct.
I believe one should always run the app code inside the container - code is later deployed to k8s as a container and we should do the same locally to mimic its behaviour.
Is your feature request related to a problem? Please describe.
There seems to be no docker/container support in Bridge to k8s, which is very surprising to me.
I would like to run my app in local environment inside container using Docker launch profile and not using Kestrel server.
The launch profile used by Bridge appears to look for another profile having "Project" command in launch settings and this cannot be changed, so app runs locally on developer's machine and not inside a container.
Mention what platform you want to support the new feature
All OS platforms, Visual Studio
Describe the solution you'd like
Allow using Docker profile in launch settings instead of Kestrel server.
Describe alternatives you've considered
none
Additional context
Main motivation:
running app locally with local installed versions of libraries/frameworks feels like a step back and it contradicts the general idea of containerization
The text was updated successfully, but these errors were encountered: