ace-sql
Official MSSQL image for ACE (Automated Collection and Enrichment System)
1.5K
Built on microsoft/mssql-server-linux, this images provides the backend database used by the ACE Web Application.
docker run --name ace-sql -e 'SA_PASSWORD=yourStrong(!)Password' -e 'MSSQL_PID=Standard' -p 1433:1433 -d specterops/ace-sql
If you desire your RabbitMQ data and setting to persist between containers, you need to create a docker volume docker volume create sql-data then add -v sql-data:/var/opt/mssql to the docker run command
Content type
Image
Digest
Size
449.1 MB
Last updated
over 8 years ago
docker pull specterops/ace-sqlPulls:
140
Last week