https://github.com/sr2ds/inno-setup-docker
If you need to generate packages using inno setup inside the docker, this can help you.
https://github.com/sr2ds/inno-setup-docker
Last synced: 4 months ago
JSON representation
If you need to generate packages using inno setup inside the docker, this can help you.
- Host: GitHub
- URL: https://github.com/sr2ds/inno-setup-docker
- Owner: sr2ds
- Created: 2020-02-22T21:23:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-22T21:24:57.000Z (over 6 years ago)
- Last Synced: 2025-02-24T03:31:37.415Z (over 1 year ago)
- Language: HTML
- Size: 4.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Inno Setup 6 in Docker
If you need to generate packages using inno setup inside the docker, this can help you.
https://hub.docker.com/r/srdavidsilva/inno-setup
## Use from dockerhub
```
docker run srdavidsilva/inno-setup:6
```
## Local Build
To Build your local image, run:
```
docker build -t my-inno .
```
To run:
```
docker run my-inno
```