Sign inSign up

ncia/anet-mssql-linux

By ncia

Updated almost 9 years ago

Container image for running a mssql database for ANET

Image
0

10K+

ncia/anet-mssql-linux repository overview

anet-mssql-linux

Docker image for running a mssql database for ANET

usage

  • run the image:
    docker run -d \
        -e "ACCEPT_EULA=Y" \
        -e "SA_PASSWORD=password" \
        -e "DB_NAME=dbName" \
        -e "DB_USER=dbUserName" \
        -e "DB_USER_PASSWORD=password" \ 
        -p 1433:1433 \
        ncia/anet-mssql-linux
    

This will start a mssql server 14.0.600.250-2 on ubuntu:16.04 with full text search enabled, and it will create an empty db (dbName) with a sysadmin (DB_USER/DB_USER_PASSWORD)

Tag summary

Content type

Image

Digest

Size

719.1 MB

Last updated

almost 9 years ago

docker pull ncia/anet-mssql-linux