first commit

This commit is contained in:
talksik
2023-08-12 13:07:39 -07:00
commit 836b946273
3 changed files with 67 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# Overview
We are using caddy as sidecar with ssl to then re-route users to our docker container for our registry at port 5000.
# Start
```
docker compose up -d
```
# List repositories
From within the host:
`curl localhost:5000/v2/_catalog`
Or from outside, have to hit the reverse proxy first.