Skip to content

docker push

Description

Uploads an image to a registry so others can pull it. The image name must include your registry username.

Syntax

docker push [OPTIONS] IMAGE[:TAG]

Common Options

Option Description
-a Push all tags of the image
-q Quiet output

Example

docker push YOUR_USERNAME/my-app:1.0

Run docker login first if you are not already authenticated.