Michael J. Ryan

Results 216 comments of Michael J. Ryan

I was going to say, renegade style is really the only one that doesn't conflict with other formats... synchronet's ctrl-a format is pretty safe as well, but not really easy...

Nod.. I just know that dovenet (QWK/NNTP from vert.synchro.net) is one of the most active networks... though NNTP sync might be a better step before qwk, and would still allow...

I'm doing something similar to this... I'm creating my own downstream image, then adding a startup script and an initialize-db sql script expecting certain variables. I'm installing iptables to ensure...

What is your host environment? (MacOS, Windows, WSL, Linux) What are your system specifications, and how much Ram do you have associated with your docker environment? There are a *LOT*...

Give this a look... just dumped it from another project, and minor tweaks... completely untested in current state. https://github.com/tracker1/mssql-docker-enhanced

Try sql-server-edge for raspberry pi usage.. It doesn't have all the features of full-blown SQL Server, but should be usable in practice. https://docs.microsoft.com/en-us/azure/azure-sql-edge/disconnected-deployment Aside: You may also want to consider...

https://github.com/tracker1/mssql-docker-enhanced

Double-check the CASE of your file itself and that it matches... I noticed these types of issues when going from a case-insensitive environment to a case-sensitive one. It seems to...

FTR, there is no root password in containers, generally speaking. In the case of the mssql, and many other containers, a run as user is created and used. If you...

I created a downstream example that runs an init script when the server is ready (also blocks network connections when not ready/initialized)... should be able to use that as an...