SQL Server 2017 Reporting Service with auto configuration feature.
4.5K
Caution: DO NOT USE THIS IMAGE FOR PRODUCTION ENVIRONMENT.
Microsoft doesn't support SSRS on windowsservercore. details are here: https://docs.microsoft.com/en-us/sql/database-engine/install-windows/install-sql-server-on-server-core?view=sql-server-2017
Created this image for test,preprod and development purposes. This image comes with these repos; SQLPS Powershell Module (https://docs.microsoft.com/en-us/sql/powershell/download-sql-server-ps-module?view=sql-server-2017) SSRSReportingTools (https://github.com/Microsoft/ReportingServicesTools)
This image doesn't have SQL Server Engine. You need database engine at least 2014+ version of SQL Server to work this service. You have to privileged sql server user which have at least db_creator permission.
Backup your encryption key: connect your docker image and run this command. It will backup your encryption key on the desktop with the specified password. Backup-RsEncryptionKey -Password passw0rd! -KeyPath $(Join-Path -Path $([Environment]::GetFolderPath("Desktop")).ToString() -ChildPath "ReportServerDocker.snk") -ReportServerInstance SSRS
Cheers.
Content type
Image
Digest
Size
5.6 GB
Last updated
over 7 years ago
docker pull cankaya07/ssrs2017