https://github.com/updatehub/docker-local-server
https://github.com/updatehub/docker-local-server
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/updatehub/docker-local-server
- Owner: UpdateHub
- Created: 2017-08-16T20:11:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-20T03:48:20.000Z (about 8 years ago)
- Last Synced: 2025-01-23T13:13:50.457Z (about 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UpdateHub Local Server Docker Image
UpdateHub provides a generic and safe Firmware Over-The-Air agent for
Embedded and Industrial Linux-based devices. This repository provides
a UpdateHub local server for test and development.
## Usage
```
docker run --rm \
-v $PWD:/data \
-p 8080 \
-it updatehub/local-server
```