Skip to content

Commit 4e6bf27

Browse files
committed
feat(README): Remove reg tool (I'm not using it much / at all, last commit 4 years ago)
1 parent d44b2d2 commit 4e6bf27

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

README.md

-34
Original file line numberDiff line numberDiff line change
@@ -225,40 +225,6 @@ helm install registry sikalabs/simple-registry --set host reg.istry.cz
225225
- https://ttl.sh/
226226
- https://github.com/replicatedhq/ttl.sh
227227

228-
### Registry Client - Reg
229-
230-
I use [reg](https://github.com/genuinetools/reg) for CLI and Web client. Work only with open source registry, Docker Hub use different API.
231-
232-
#### Install Reg
233-
234-
From their release page on Github: <https://github.com/genuinetools/reg/releases>
235-
236-
#### CLI
237-
238-
```
239-
reg ls <registry>
240-
```
241-
242-
Example
243-
244-
```
245-
reg ls reg.istry.cz
246-
```
247-
248-
#### Web
249-
250-
```
251-
reg server -r <registry>
252-
```
253-
254-
Example
255-
256-
```
257-
reg server -r reg.istry.cz
258-
```
259-
260-
See <http://127.0.0.1:8080>
261-
262228
## Crane
263229

264230
- <https://github.com/google/go-containerregistry/tree/main/cmd/crane>

0 commit comments

Comments
 (0)