Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/craibuc/docker-crystal-reports
A Docker project to create an image that contains the Crystal Reports runtime for the .NET framework.
https://github.com/craibuc/docker-crystal-reports
crystal-reports docker dotnet powershell
Last synced: 9 days ago
JSON representation
A Docker project to create an image that contains the Crystal Reports runtime for the .NET framework.
- Host: GitHub
- URL: https://github.com/craibuc/docker-crystal-reports
- Owner: craibuc
- License: mit
- Created: 2022-01-14T17:35:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-14T17:53:33.000Z (almost 3 years ago)
- Last Synced: 2023-03-16T18:00:52.609Z (almost 2 years ago)
- Topics: crystal-reports, docker, dotnet, powershell
- Language: PowerShell
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-crystal-reports
A Docker project to create an image that contains the Crystal Reports runtime for the .NET framework.# Usage
### Create image
```powershell
docker build --tag crystal-reports:latest .
```### Run container and create an interactive, powershell session
```powershell
docker run -it --rm crystal-reports:latest powershell
```## References
- [PsCrystal](https://github.com/craibuc/PsCrystal)
- [Crystal Reports runtime for .NET framework](https://origin.softwaredownloads.sap.com/public/file/0020000000195602021)
- [How to download and Install Crystal Report Runtime](https://www.tektutorialshub.com/crystal-reports/how-to-download-and-install-crystal-report-runtime/)
- [Powershell: Installing MSI files](https://powershellexplained.com/2016-10-21-powershell-installing-msi-files/)