How to Run SQL Server in Docker | Microsoft Sql Server in Docker

Pubblicato il: 18 giugno 2020
sul canale di: Learn With Sanz
399
5

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


In questa pagina del sito puoi guardare il video online How to Run SQL Server in Docker | Microsoft Sql Server in Docker della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Learn With Sanz 18 giugno 2020, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 399 volte e gli è piaciuto 5 spettatori. Buona visione!