https://store-images.s-microsoft.com/image/apps.63252.acb668ee-2112-4c9f-874d-cdd19283e03c.b69eb717-18f8-43f1-b6be-f504444d47b7.14c9bcb0-fa17-496d-b17a-01635367a88d

Microsoft SQL Server Developer for Ubuntu:18.04

Ntegral Inc.

Microsoft SQL Server Developer for Ubuntu:18.04

Ntegral Inc.

Microsoft SQL Server Developer 2019 as a database container image

Microsoft SQL Server Developer is a version of Microsoft's SQL Server relational database management system. It comprises a database specifically targeted for embedded and smaller-scale applications.

Why use Ntegral Certified Apps?

Ntegral certified images are always up-to-date, secure, and built to work right out of the box.

Ntegral packages applications following industry standards, and continuously monitors all components and libraries for vulnerabilities and application updates. When any security threat or update is identified, Ntegral automatically repackages the applications and pushes the latest versions to the cloud marketplaces.

How to Use:

During container setup add 'INIT_PASSWORD=SomeStrongPassword12345' as an environment variable. Note: please remember your init_password.

After you click get now from the Azure Marketplace, you will create an Azure Container Registry to store the docker image

  1. from a cmd prompt or bash shell
  2. docker pull 'your-acr-name'/ubuntu-sql-developer:latest
  3. docker run -e 'INIT_PASSWORD=somestrongpassword12345' -p 1433:1433/tcp -d 'your-acr-name'/ubuntu-sql-developer:latest