docker mssql
# Run container
docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=yourStrong(!)Password' -p 1433:1433 -d mcr.microsoft.com/mssql/server:2017-latest
# Connect to container
docker exec -it [id] /opt/mssql-tools/bin/sqlcmd -S localhost -U SA -P "<YourStrong@Passw0rd>"
Also in C++:
- how to install android sdk tools in ubuntu using command line
- ubuntu install certbot
- git deleted file error
- Package 'php7.4-curl' has no installation candidate
- git remove added file before commit
- select jump to position with mouse mac terminal
- add date to git reflog
- delete first two lines of file linux
- update composer
- browsing history linux file location
- install ruby and rails on mac
- bash array initialization multiple lines
- compare repositories github
- git clone permission denied (publickey)
- libthai0:i386 depends on libdatrie1 (>= 0.2.0); however: Package libdatrie1:i386 is not configured yet.
- git clone from specific branch command
- install and set up mariadb django
- uninstall R
- sed delete line with match
- can linux terminal crash
- git change branch name
- docker network Rabbitmq
- from win32event import CreateEvent, MsgWaitForMultipleObjects ModuleNotFoundError: No module named 'win32event'
- commit only single file in git