added registrybrowser (functional) and cadvisor (unfunctional without influxDB working)

This commit is contained in:
2023-01-23 15:26:39 +00:00
parent ea2feb56a8
commit ce7a8d6fc8
4 changed files with 71 additions and 11 deletions
+12
View File
@@ -0,0 +1,12 @@
version: '3'
services:
registrybrowser:
image: klausmeyer/docker-registry-browser
ports:
- 8082:8080
environment:
- 'DOCKER_REGISTRY_URL=http://docker:5000'
- 'NO_SSL_VERIFICATION=true'