17 lines
		
	
	
		
			282 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			282 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
---
 | 
						|
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/)
 |