Skip to Content
0
Former Member
Nov 20, 2016 at 06:58 PM

Crystal Reports Runtime on Docker Container

5773 Views

Hi, has anybody ever installed the CR Runtime in an docker image? Would be pleased for some links to resources for dockerfiles, like this:

FROM microsoft/windowsservercore

#Preperation: all commands on the container shall run in the POWERSHELL SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]

#Copy the Crystal 2010 Runtime from the lokal machine to the container (into the folder "c:\install" and install it manually

COPY . /install WORKDIR /install

RUN Start-Process CRRuntime_64bit_13_0_18.msi