|
|
|
|
|
by jjice
1440 days ago
|
|
I'd start with any old Docker tutorial (probably the official docs). Since your case is so simple, I bet you'll be able to pick up the concepts very quickly. Another user recommended this, but I'd like to repeat it: https://docs.docker.com/samples/dotnetcore/ It'll hopefully end up being something like the first example in that link. A simple build step, a copy, and then running. For SQL Server, you can either use a managed DB like RDS, or also run it in a Docker container. Up to you. Without knowing your situation, I'd personally lean towards RDS, but do some research for yourself to see what you think. |
|