mirror of
https://codeberg.org/icewind/docker-hub-rss.git
synced 2026-06-03 10:14:07 +02:00
basic readme
This commit is contained in:
parent
7db673e176
commit
3780639a91
1 changed files with 17 additions and 0 deletions
17
README.md
Normal file
17
README.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Docker Hub RSS
|
||||
|
||||
RSS feed for Docker Hub images
|
||||
|
||||
# Usage
|
||||
|
||||
#### Start the server
|
||||
|
||||
```
|
||||
PORT=3000 docker-hub-rss
|
||||
```
|
||||
|
||||
#### Get the feed for an image
|
||||
|
||||
```
|
||||
curl localhost:3000/<docker-hub-user>/<docker-hub-repo>
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue