specterops/vtproxy-sql

Verified Publisher

By SpecterOps

Updated over 8 years ago

Official MSSQL image for the VirusTotal API Proxy

Image
Security
API management
Databases & storage
0

900

specterops/vtproxy-sql repository overview

Built on microsoft/mssql-server-linux, this images provides the backend database used by the VirusTotal API Proxy.

Requirements

  • 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.

Using this Image

Run
docker run --name vtproxy-sql -e 'SA_PASSWORD=yourStrong(!)Password' -p 1433:1433 -d specterops/vtproxy-sql
For Persistence

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

Environment Variables
  • 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.

Tag summary

Content type

Image

Digest

Size

429.9 MB

Last updated

over 8 years ago

docker pull specterops/vtproxy-sql

This week's pulls

Pulls:

119

Last week