What does docker push mean?

藏色散人
Release: 2021-12-30 10:57:32
Original
5047 people have browsed it

docker push is a command that can upload a local image to the image warehouse. Its usage syntax is such as "docker push [OPTIONS] NAME[:TAG]".

What does docker push mean?

The operating environment of this article: ubuntu 18.04 system, Docker version 20.10.11, Dell G3 computer.

What does docker push mean?

Docker push command

docker push: To upload a local image to the mirror warehouse, you must first log in to the mirror warehouse

Syntax

docker push [OPTIONS] NAME[:TAG]
Copy after login

OPTIONS Description:

--disable-content-trust: Ignore the verification of the image and enable it by default

Instance

Upload the local image myapache:v1 to the image warehouse.

docker push myapache:v1
Copy after login

Recommended learning: "docker video tutorial"

The above is the detailed content of What does docker push mean?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!