-
Notifications
You must be signed in to change notification settings - Fork 6k
[Scenario] Moving projects to Docker #2702
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think this is handled by https://docs.microsoft.com/en-us/dotnet/core/docker/building-net-docker-images. @BillWagner, agree? |
I think all the information is in the doc you reference. However, I don't think the information is structured to make it clear to a reader that it's got the information they seek. I'd recommend adding a new introduction that introduces the scenario, and uses the phrase "lift and shift" to explain that the reader will learn how to take an existing application, migrate to docker and run it in a container. Along the way, you'll learn important concepts about working with docker. Thoughts @JRAlexander ? |
I agree. I think we could create a new doc that specifically addresses that scenario, but looks very similar to the current one. |
This issue has been closed as part of the issue backlog grooming process outlined in #22351. That automated process may have closed some issues that should be addressed. If you think this is one of them, reopen it with a comment explaining why. Tag the |
This scenario will explain to developers how to migrate their existing projects to Docker containers.
The text was updated successfully, but these errors were encountered: