Difference between revisions of "Docker pull"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 9: Line 9:
 
  docker pull [[zabbix]]/zabbix-agent<ref>https://hub.docker.com/r/zabbix/zabbix-agent/</ref>
 
  docker pull [[zabbix]]/zabbix-agent<ref>https://hub.docker.com/r/zabbix/zabbix-agent/</ref>
 
  docker pull --all-tags fedora
 
  docker pull --all-tags fedora
 +
 +
 +
docker pull grafana/grafana
 +
Using default tag: latest
 +
latest: Pulling from grafana/grafana
 +
Digest: sha256:b409a69218ca5990b61e33fe00121c94b2f9b5a7ec2f3118c703454c26067020
 +
Status: Image is up to date for grafana/grafana:latest
 +
docker.io/grafana/grafana:latest
  
 
== Related commands ==
 
== Related commands ==

Revision as of 06:55, 26 April 2020

docker pull[1] Pull an image or a repository from a registry

  • docker pull <image>:<tag>
docker pull -q golang:latest
--quiet

Examples

docker pull docker.elastic.co/kibana/kibana:7.5.1
docker pull zabbix/zabbix-agent[2]
docker pull --all-tags fedora


docker pull grafana/grafana
Using default tag: latest
latest: Pulling from grafana/grafana 
Digest: sha256:b409a69218ca5990b61e33fe00121c94b2f9b5a7ec2f3118c703454c26067020
Status: Image is up to date for grafana/grafana:latest
docker.io/grafana/grafana:latest

Related commands

See also

  • https://docs.docker.com/engine/reference/commandline/pull/
  • https://hub.docker.com/r/zabbix/zabbix-agent/
  • Advertising: