How to Run SQL Server in Docker | Microsoft Sql Server in Docker
This video will show how you can quickly run the sql server (developer edition) in the docker container.
1. Create a docker-compose.yml file with following
version: '3.8'
services:
sql:
image: mcr.microsoft.com/mssql/server:2019-GA-ubuntu-16.04
restart: always
ports:
1466:1433
environment:
ACCEPT_EULA: Y
MSSQL_SA_PASSWORD: Nepal2020
MSSQL_PID: Developer
2. Save it and run the docker-compose file
#InstallSQLServerInDocker #HowToRunSqlServerInDocker #RunSQLServerInDocker #HowToQuicklyRunSqlServerInDockerContainer #LearnWithSanz #learnwithsanz #docker #sqlserver
On this page of the site you can watch the video online How to Run SQL Server in Docker | Microsoft Sql Server in Docker with a duration of hours minute second in good quality, which was uploaded by the user Learn With Sanz 18 June 2020, share the link with friends and acquaintances, this video has already been watched 399 times on youtube and it was liked by 5 viewers. Enjoy your viewing!