Open
Description
Imagine a sample that tries to setup a developer’s environment with one, two, or three different containers – only one is SQL. Docker commands are enough, but sqlcmd is easier – or at least could be. To do this, the password to access SQL will be key.
The requirement would simple be:
- Allow a known password to be passed in.
- Allow a generated password to be extracted. (not in an interactive way, but a programmatic way)