mirror of
https://github.com/wsargent/docker-cheat-sheet.git
synced 2025-12-17 07:30:13 +01:00
Add a note about security.
This commit is contained in:
parent
669c9b1eea
commit
c0b686bcc7
1 changed files with 2 additions and 2 deletions
|
|
@ -174,7 +174,7 @@ A repository is a *hosted* collection of tagged images that together create the
|
|||
|
||||
A registry is a *host* -- a server that stores repositories and provides an HTTP API for [managing the uploading and downloading of repositories](http://docs.docker.io/use/workingwithrepository/).
|
||||
|
||||
Docker.io hosts its own [index](https://index.docker.io/) to a central registry which contains a large number of repositories.
|
||||
Docker.io hosts its own [index](https://index.docker.io/) to a central registry which contains a large number of repositories. Having said that, the central docker registry [does not do a good job of verifying images](https://titanous.com/posts/docker-insecurity) and should be avoided if you're worried about security.
|
||||
|
||||
* [`docker login`](http://docs.docker.io/reference/commandline/cli/#login) to login to a registry.
|
||||
* [`docker search`](http://docs.docker.io/reference/commandline/cli/#search) searches registry for image.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue