User Tools

Site Tools


admin:docker:registry

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
admin:docker:registry [2019/04/13 07:57]
lennart
admin:docker:registry [2019/04/28 11:37] (current)
lennart [Webinterfaces]
Line 16: Line 16:
   registry:2   registry:2
 </code> </code>
 +
 +===== Webinterfaces =====
 +
 +
 +
 +^ Name ^ TokenAuth ^ Delete ^
 +| [[https://github.com/klausmeyer/docker-registry-browser|klausmeyer/docker-registry-browser]] |  X  |  ?  |
 +| [[https://github.com/jc21/docker-registry-ui|jc21/registry-ui]] |    X  |
 +| [[https://github.com/Joxit/docker-registry-ui|joxit/docker-registry-ui:static]] | |  X  |
 +| [[https://github.com/Quiq/docker-registry-ui|quiq/docker-registry-ui]] |  X  |  X  | 
 +
 +===== Garbage Collection =====
 +
 +  * https://docs.docker.com/registry/garbage-collection/
 +
 +<code>
 +docker run --rm -ti -v registry_config:/config -v registry_data:/var/lib/registry registry:2 bin/registry garbage-collect /config/config.yml -m -d
 +</code>
 +
 +
 +===== Token Auth =====
 +
 +  * https://github.com/cesanta/docker_auth/
 +
  
  
admin/docker/registry.1555142267.txt.gz · Last modified: 2019/04/27 16:45 (external edit)