I have built a Docker Image, with Windows Server 2019 as the Base.
Docker file also installs DB2 10.5 Database server.
The problem is, the DB2 Server instance Service is not getting started.
It is in “Stopped” state. If I start the service via PowerShell, I’m getting the below Error alert.
“Error 1068: The dependency service or group failed to start”
When I examined, the service with the display name “Service” and with the Name “Lanmanserver”, is in “Stopped” state. DB2 Service is Dependent on this service. Since this service is stopped, DB2 is not getting started.
If I try to start “Lanmanserver”, I’m getting the same error,
“Error 1068: The dependency service or group failed to start”
When I checked, Lanmanserver is dependent on SMB adapter, which is “Disabled” by default in a Windows Container Instance.
If anyone could help me build and run a Docker Image with Windows Server as the base, and also to get DB2 database server installed successfully.