Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aem-design/docker-dispatcher-sdk
https://github.com/aem-design/docker-dispatcher-sdk
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aem-design/docker-dispatcher-sdk
- Owner: aem-design
- License: apache-2.0
- Created: 2023-04-03T03:45:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-04T02:50:45.000Z (over 1 year ago)
- Last Synced: 2024-11-07T01:35:21.350Z (about 2 months ago)
- Language: Shell
- Size: 14.7 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## Dispatcher SDK
[![build_status](https://github.com/aem-design/docker-dispatcher-sdk/workflows/build/badge.svg)](https://github.com/aem-design/docker-dispatcher-sdk/actions?query=workflow%3Abuild)
[![github license](https://img.shields.io/github/license/aem-design/docker-dispatcher-sdk)](https://github.com/aem-design/docker-dispatcher-sdk)
[![github issues](https://img.shields.io/github/issues/aem-design/docker-dispatcher-sdk)](https://github.com/aem-design/docker-dispatcher-sdk)
[![github last commit](https://img.shields.io/github/last-commit/aem-design/docker-dispatcher-sdk)](https://github.com/aem-design/docker-dispatcher-sdk)
[![github repo size](https://img.shields.io/github/repo-size/aem-design/docker-dispatcher-sdk)](https://github.com/aem-design/docker-dispatcher-sdk)
[![docker stars](https://img.shields.io/docker/stars/aemdesign/dispatcher-sdk)](https://hub.docker.com/r/aemdesign/dispatcher-sdk)
[![docker pulls](https://img.shields.io/docker/pulls/aemdesign/dispatcher-sdk)](https://hub.docker.com/r/aemdesign/dispatcher-sdk)Please go to docs/README.html to find the documentation.
### Running
```bash
docker run -d --rm -v ${PWD}/src:/mnt/dev/src -p 8080:80 -e AEM_PORT=4503 -e AEM_HOST=host.docker.internal aemdesign/dispatcher-sdk:2.0.169
```