Skip to content

Commit

Permalink
chore: add more info to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz committed Oct 5, 2024
1 parent f2e4ef4 commit 5a995e5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
# Octopod

A UI for Docker Registries

```
A UI for Docker Registries
Usage: octopod [OPTIONS] --registry-url <REGISTRY_URL>
Options:
--address <ADDRESS>
The address to bind to [env: ADDRESS=] [default: 127.0.0.1:3030]
--registry-url <REGISTRY_URL>
Registry URL to connect to. Example [http://127.0.0.1:3030] [env: REGISTRY_URL=]
--registry-credentials <REGISTRY_CREDENTIALS>
Registry username and password separated with a colon. Example [username:password] [env: REGISTRY_CREDENTIALS=]
-h, --help
Print help
-V, --version
Print version
```

0 comments on commit 5a995e5

Please sign in to comment.