September 6, 2024 at 12:00 am
Comments posted to this topic are about the item Using Containers to Avoid Installing SQL Server
September 6, 2024 at 9:11 pm
Typo?
"I added this in a batch file with a CD command, which looks like the listing below. This sets me into the right folder, then it runs docker using the docker compose file above. The –d runs this detached, which closes the cmd window after this runs.
cd C:\Data\SQL2019 <====================== HERE!
docker-compose up -d
This is saved as startsql2022.cmd in my c:\utilities folder, which is in my path.
I also add a StopSQL202
September 6, 2024 at 9:53 pm
Yes, fixed
November 21, 2025 at 2:11 am
A possible clarification to add to the article, that the docker-compose file has two requirements that threw me for a bit:
Initially I thought there was a problem in the directions.
(Also, my apologies for mugging you at Summit during the vendor reception about this)
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply