Results 6 comments of Cezar Augustus Lamann

Já tá "starred" aqui no GH e salvo nos meus favoritos na pastinha de "Lifehacks!" hahahahahahaha. MITO!

https://github.com/microsoft/mssql-docker/issues/898 https://github.com/microsoft/mssql-docker/issues/894 https://github.com/microsoft/mssql-docker/issues/892

@mwasowski @zapodot if you'd like, as a workaround, you can add `sqlcmd` (and `bcp` as well, if needed) manually to your images to `/usr/bin` using something like this: `ln -sf...

Well, as a workaround, for anyone who would like to have this symlink to `/usr/bin` being done for you, and not to worry when the "19", "20", or "N" versions...

+1 on this for caching Authentication (bearer) tokens which have their expiration time coming on the object that returns from auth endpoints. It would be something like this (I tried...

@Epimetheus89 and @rapolas-oag, if you'd like, you can add `sqlcmd` (and `bcp` as well, if needed) manually to `/usr/bin` using something like this: `ln -sf "$(find / -iname "sqlcmd" -exec...