added registrybrowser (functional) and cadvisor (unfunctional without influxDB working)
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user