This image requires Docker Engine 1.8+ in any of their supported platforms.
At least 3.25 GB of RAM. Make sure to assign enough memory to the Docker VM if you're running on Docker for Mac or Windows.
Requires the following environment flags
SA_PASSWORD=<your_strong_password>
A strong system administrator (SA) password: At least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.
If you desire your database to persist between containers, you must create a docker volume docker volume create vtproxy-sql then add -v vtproxy-sql:/var/opt/mssql to the docker run command
SA_PASSWORD is the database system administrator (userid = 'sa') password used to connect to SQL Server once the container is running. Important note: This password needs to include at least 8 characters of at least three of these four categories: uppercase letters, lowercase letters, numbers and non-alphanumeric symbols.