User Tools

Site Tools


admin:docker:registry

Differences

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

Link to this comparison view

Next revision
Previous revision
admin:docker:registry [2019/04/03 12:01]
127.0.0.1 external edit
admin:docker:registry [2019/04/28 11:37] (current)
lennart [Webinterfaces]
Line 17: Line 17:
 </code> </code>
  
-<code> +===== Webinterfaces =====
-</code>+
  
-<code> + 
-</code>+ 
 +^ 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> <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> </code>
 +
 +
 +===== Token Auth =====
 +
 +  * https://github.com/cesanta/docker_auth/
 +
  
  
admin/docker/registry.1554292885.txt.gz · Last modified: 2019/04/27 16:45 (external edit)