An open API service indexing awesome lists of open source software.

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.

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
```