mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-14 18:46:34 -05:00
@@ -30,17 +30,21 @@
|
||||
"cell_type": "markdown",
|
||||
"source": [
|
||||
"\n",
|
||||
"## Run SQL Server 2022 Preview container image with Docker\n",
|
||||
"This notebook will use Docker to pull and run the SQL Server 2022 Preview container image and connect to it in Azure Data Studio\n",
|
||||
"\n",
|
||||
"## Run SQL Server 2022 container image with Docker\n",
|
||||
"\n",
|
||||
"This notebook will use Docker to pull and run the SQL Server 2022 container image and connect to it in Azure Data Studio\n",
|
||||
"\n",
|
||||
"### Dependencies\n",
|
||||
"\n",
|
||||
"- Docker Engine. For more information, see [Install Docker](https://docs.docker.com/engine/installation/).\n",
|
||||
"\n",
|
||||
"<span style=\"color:red\"><font size=\"3\">Please press the \"Run all\" button to run the notebook</font></span>"
|
||||
"<span style=\"color:red;\"><font size=\"3\">Please press the \"Run all\" button to run the notebook</font></span>"
|
||||
],
|
||||
"metadata": {
|
||||
"azdata_cell_guid": "e5fb2be9-e904-4821-8473-b69b90760c6a"
|
||||
}
|
||||
},
|
||||
"attachments": {}
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
|
||||
@@ -311,7 +311,7 @@
|
||||
},
|
||||
{
|
||||
"name": "sql-windows-setup_2022",
|
||||
"webPageUrl": "https://go.microsoft.com/fwlink/?linkid=2195585",
|
||||
"webPageUrl": "https://go.microsoft.com/fwlink/?linkid=2215158",
|
||||
"requiredTools": [],
|
||||
"when": "version=sql2022"
|
||||
}
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
"version-display-name": "Version",
|
||||
"sql-2017-display-name": "SQL Server 2017",
|
||||
"sql-2019-display-name": "SQL Server 2019",
|
||||
"sql-2022-display-name": "SQL Server 2022 Preview",
|
||||
"sql-2022-display-name": "SQL Server 2022",
|
||||
"docker-sql-2017-title": "Deploy SQL Server 2017 container images",
|
||||
"docker-sql-2019-title": "Deploy SQL Server 2019 container images",
|
||||
"docker-sql-2022-title": "Deploy SQL Server 2022 Preview container images",
|
||||
"docker-sql-2022-title": "Deploy SQL Server 2022 container images",
|
||||
"docker-container-name-field": "Container name",
|
||||
"docker-sql-password-field": "SQL Server password",
|
||||
"docker-confirm-sql-password-field": "Confirm password",
|
||||
|
||||
Reference in New Issue
Block a user