docker-push CLI documentation (#22188)

This commit is contained in:
Robin
2018-11-18 15:50:25 +01:00
committed by Tom
parent b2328e96db
commit e452d36603

View File

@ -0,0 +1,16 @@
---
title: Docker push
---
## Docker push
`docker push` send local image to a remote registry.
The basic usage is:
```
docker push [registry:port/]image_name[:tag]
```
#### More Information:
- [Docker CLI docs: push](https://docs.docker.com/engine/reference/commandline/push/)