What is the pros/cons on running the MVC project in Docker vs IIS?
Do you have any good points?
My conclusion this far on using docker is:
Pros:
- Easier setup for new developers.
Cons:
- A little bit longer build time.
- Can’t use local account (This might be a specific con for the way we share images/database)
Litium version: 8.3
Pro
- I can run the solution on any computer.
- Dont need to fill my windows with features and keep those synced with other servers.
- Easier to handle secrets between developers.
The con you are saying about using local accounts I think is how you use the images/databases. imo.
I dont see any difference in build time.
Con
- need some sort of documentation when you having like 14 projects locally and all using different versions on images and need seperated ports.
1 Like
system
Closed
3
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.