Skip to content

Dockerfile for SQL Server container in CentOS with FTS and agent enable

Notifications You must be signed in to change notification settings

sirio3mil/docker-sqlsrv-full

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 

Repository files navigation

SQL Server container in CentOS

Dockerfile for SQL Server container in CentOS with FTS and agent enable

Example docker compose file

version: '3.7'
services:
  mssql:
    image: reynier3mil/centos-mssql-full:latest
    container_name: mssql
    volumes:
      - ./data/mssql/backups:/tmp/backups
    ports:
      - 1433:1433
    environment:
      - ACCEPT_EULA=Y
      - MSSQL_SA_PASSWORD=xxxxxxxx
      - MSSQL_PID=Developer
      - MSSQL_AGENT_ENABLED=true

About

Dockerfile for SQL Server container in CentOS with FTS and agent enable

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published