After starting Docker and running the project, Docker does not add the existing SQL Edge container, but instead it creates a NEW SQL Edge container which first starts, then stops and fails with the following error:
WARNING: Failed to connect to SQL because: dial tcp [::1]:1431: getsockopt: connection refused, will reattempt connection.
The licensing PID was successfully processed. The new edition is [Azure SQL Edge Developer].
The SQL Server End-User License Agreement (EULA) must be accepted before SQL Server can start. The license terms for this product can be downloaded from https://go.microsoft.com/fwlink/?linkid=2139274. You can accept the EULA by specifying the --accept-eula command line option, setting the ACCEPT_EULA environment variable, or using the mssql-conf tool.
After starting Docker and running the project, Docker does not add the existing SQL Edge container, but instead it creates a NEW SQL Edge container which first starts, then stops and fails with the following error: