Pedro  Furlan
Pedro Furlan
CC#
Created by Pedro Furlan on 3/31/2023 in #help
✅ Docker Compose don't execute images in order
I understand, it's weird not being able to define an order on docker compose , the order who each image will run. But i'll try do for your way. Thanks for your help and attention.
4 replies
CC#
Created by Pedro Furlan on 1/4/2023 in #help
✅ ✅ Generate migrations with EF on sqlserver image docker taking too much time
Hey , i achieved resolve the problem , just for the record i generated my container without docker compose file and i had no access to dockerfile ( i don't know how to retrieve this file without docker-compose.yml , i'm beginner on docker) . I made the "docker pull" and "docker run " from the official sql server image, as default , the port is set up to 1433 and i have to change 1433:1433 to 1450:1433 , after that i put in my connection string the property Connection Timeout set up to 500. I don't know if it's right do these things , but works fine now.
14 replies
CC#
Created by Pedro Furlan on 1/4/2023 in #help
✅ ✅ Generate migrations with EF on sqlserver image docker taking too much time
When i connect with sql management studio , runs normally , and has no problems, but when i do in project "dotnet ef database update -v -s name_of_project " stuck in the message where i painted it red
14 replies
CC#
Created by Pedro Furlan on 1/4/2023 in #help
✅ ✅ Generate migrations with EF on sqlserver image docker taking too much time
14 replies
CC#
Created by Pedro Furlan on 1/4/2023 in #help
✅ ✅ Generate migrations with EF on sqlserver image docker taking too much time
I'm trying to generate my databases and tables into an Sql Server runing docker , the image is working
14 replies
CC#
Created by Pedro Furlan on 1/4/2023 in #help
✅ ✅ Generate migrations with EF on sqlserver image docker taking too much time
Yes
14 replies