You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- EULA: I've noticed the default, while it's necessary to do explicitly.
Separate method has been added (might be explicit
- Make default password publicly available
@@ -33,12 +33,12 @@ use testcontainers::{core::WaitFor, Image};
33
33
/// Following environment variables are required.
34
34
/// A image provided by this module has default values for them.
35
35
///
36
-
/// ## `ACCEPT_EULA`
36
+
/// ## EULA Acceptance
37
37
///
38
-
/// You need to accept the [End-User Licensing Agreement](https://go.microsoft.com/fwlink/?linkid=857698)
39
-
/// before using the SQL Server image provided by this module.
40
-
/// To accept EULA, you can set this environment variable to `Y`.
41
-
/// The default value is `Y`.
38
+
/// Due to licensing restrictions you are required to explicitly accept an EndUser License Agreement (EULA) for the MS SQL Server container image.
39
+
/// This is facilitated through the explicit call of `with_accept_eula` function.
40
+
///
41
+
/// Please see the [microsoft-mssql-server image documentation](https://hub.docker.com/_/microsoft-mssql-server#environment-variables) for a link to the EULA document.
/// Due to licensing restrictions you are required to explicitly accept an End User License Agreement (EULA) for the MS SQL Server container image.
71
+
/// This is facilitated through the `with_accept_eula` function.
72
+
///
73
+
/// Please see the [microsoft-mssql-server image documentation](https://hub.docker.com/_/microsoft-mssql-server#environment-variables) for a link to the EULA document.
0 commit comments