Skip to content

Commit

Permalink
Add more details for compatibility and performances (#14)
Browse files Browse the repository at this point in the history
* Add more details for compatibility and performances

* fix: adds links explanation about the mac M1 supporting.
  • Loading branch information
robertoperuzzo authored Aug 9, 2023
1 parent 28b668d commit b41e2c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
This add-on quickly installs the MS SQL server into a DDEV project.
It is based on the [mcr.microsoft.com/mssql/server](https://hub.docker.com/_/microsoft-mssql-server) image.

You have to keep in mind that the [mssql-docker](https://github.com/microsoft/mssql-docker) does not natively work on M1 (arm64).
Some workarounds are described in the following threads:
* [Does not work on Mac M1](https://github.com/microsoft/mssql-docker/issues/734)
* [MSSQL container for aarch64 (arm64) for better performance](https://github.com/microsoft/mssql-docker/issues/802)

## Installation

**Due to lack of upstream support, this add-on can only be used with amd64 machines, and is not usable on arm64 machines like Apple Silicon computers.**
Expand Down

0 comments on commit b41e2c9

Please sign in to comment.