https://github.com/jimbrig/dockerfiles
https://github.com/jimbrig/dockerfiles
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jimbrig/dockerfiles
- Owner: jimbrig
- Created: 2022-01-20T00:38:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-25T23:19:46.000Z (about 3 years ago)
- Last Synced: 2025-01-13T00:32:41.420Z (3 months ago)
- Language: Dockerfile
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - jimbrig/dockerfiles - (Dockerfile)
README
# Dockerfiles
## SQL Server
- See the [SQL Server Directory](SQL-Server)
### Links
- [GitHub Repository - microsoft/mssql-docker](https://github.com/microsoft/mssql-docker)
- [DockerHub - SQL Server]() | [Microsoft Docker Hub page](https://hub.docker.com/u/microsoft)
- [Getting started guide for the SQL Server on Linux container](https://docs.microsoft.com/en-us/sql/linux/quickstart-install-connect-docker)
- [Best practices guide](https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-configure-docker)**SQL Server Command Line Tools(sqlcmd,bcp)** are also available as a Docker Image. You can now deliver SQL Server management payload using this as a base image for your CI/CD scenarios. Check out the [mssql-tools Docker Image](https://hub.docker.com/r/microsoft/mssql-tools/) to get started.