映象:registry
Supported tags and respective Dockerfile
links
Quick reference
Where to get help:
the Docker Community Forums, the Docker Community Slack, or Stack OverflowWhere to file issues:
https://github.com/docker/distribution-library-image/issuesMaintained by:
Docker, Inc.Published image artifact details:
repo-info repo'srepos/registry/
directory (history)
(image metadata, transfer size, etc)Image updates:
official-images PRs with labellibrary/registry
official-images repo'slibrary/registry
file (history)Source of this description:
docs repo'sregistry/
directory (history)Supported Docker versions:
the latest release (down to 1.6 on a best-effort basis)
Docker Registry
This image contains an implementation of the Docker Registry HTTP API V2 for use with Docker 1.6+. See github.com/docker/distribution for more details about what it is.
Run a local registry: Quick Version
$ docker run -d -p 5000:5000 --restart always --name registry registry:2
Now, use it from within Docker:
$ docker pull ubuntu
$ docker tag ubuntu localhost:5000/ubuntu
$ docker push localhost:5000/ubuntu
Recommended Reading
The documentation over at docs.docker.com is a good place to learn more about what the registry is, how it works, and how to use it.
Specifically, the section regarding deployment has pointers for more complex use cases than simply running a registry on localhost.
Support
If you are interested in commercial support, the Docker Trusted Registry provides an image registry, LDAP/Active Directory integration, security certificates, and more in a solution that includes commercial support.
License
View license information for the software contained in this image.
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
Some additional license information which was able to be auto-detected might be found in the repo-info
repository's registry/
directory.
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.
相關文章
- Registry 容器映象服務端細節服務端
- Azure DevOps (九) 通過流水線推送映象到Registrydev
- npm,registry,映象源,npm切換源,yarn,cnpm,taobao,nrsNPMYarn
- Docker倉庫之Registry私有映象倉庫的搭建與使用Docker
- docker-registry 私有倉庫映象 之 檢視與刪除Docker
- 企業級docker-registry原生映象倉庫高可用部署Docker
- hortonworks/registry 的Registry,registry存在,但是卻查不到
- Docker 實戰:搭建本地 Registry 私有映象倉庫及批次匯入指令碼Docker指令碼
- 8天入門docker系列 —— 第六天 搭建自己的私有映象倉庫RegistryDocker
- Docker搭建官方私有倉庫registry及相關配置(推薦registry)Docker
- hortonworks/registry配置詳解
- docker pull下載映象報錯Get https://registry-1.docker.io/v2/library/centos/manifests/latest:..... timeoutDockerHTTPCentOS
- 在本地建立docker的registryDocker
- 搭建docker registry (htpasswd 認證)Docker
- Docker registry私有倉庫(七)Docker
- Docker筆記之七:RegistryDocker筆記
- Filebeat的Registry檔案解讀
- go-micro之原始碼剖析: RegistryGo原始碼
- 【UVM原始碼學習】uvm_registry原始碼
- 使用harbor和nexus作為docker registryDocker
- 手把手教你搭建Docker Registry私服Docker
- Docker搭建私有倉庫Registry&HarborDocker
- win10如何關閉工作管理員的registry程式_win10關閉registry程式的教程Win10
- Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.dockerErrorHTTPDockerTCP
- 020、搭建本地Registry(2019-01-11 週五)
- 使用阿里巴巴開源映象站映象——Kubernetes 映象阿里
- 配置阿里雲映象—MongoDB 映象阿里MongoDB
- 切換阿里巴巴開源映象站映象——Kali映象阿里
- Docker官方私有倉庫registry的安裝和使用Docker
- Dubbo系列之 (二)Registry註冊中心-註冊(1)
- Dubbo系列之 (二)Registry註冊中心-註冊(2)
- 013-阿里Dragonfly體驗之私有registry下載阿里Go
- docker registry(私庫)搭建,使用,WEB視覺化管理部署DockerWeb視覺化
- Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load classbootException
- 基於ubuntu映象構建redis映象UbuntuRedis
- docker 映象Docker
- 阿里映象阿里
- Ubuntu 映象Ubuntu