Add start-infrastructure script
This commit is contained in:
9
start-infrastructure.sh
Normal file
9
start-infrastructure.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker run \
|
||||
--cap-add SYS_PTRACE \
|
||||
-e 'ACCEPT_EULA=1' \
|
||||
-e 'MSSQL_SA_PASSWORD=P@ssword123!' \
|
||||
-p 1433:1433 \
|
||||
--name azuresqledge \
|
||||
-d mcr.microsoft.com/azure-sql-edge
|
||||
Reference in New Issue
Block a user