mirror of
				https://github.com/moby/moby.git
				synced 2022-11-09 12:21:53 -05:00 
			
		
		
		
	Complete the document content
Signed-off-by: Yanqiang Miao <miao.yanqiang@zte.com.cn> update Signed-off-by: Yanqiang Miao <miao.yanqiang@zte.com.cn>
This commit is contained in:
		
							parent
							
								
									4d5cba127b
								
							
						
					
					
						commit
						1ebb68053e
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -41,8 +41,9 @@ $ ls -ls /home/pluginDir
 | 
				
			||||||
$ docker plugin create plugin /home/pluginDir
 | 
					$ docker plugin create plugin /home/pluginDir
 | 
				
			||||||
plugin
 | 
					plugin
 | 
				
			||||||
 | 
					
 | 
				
			||||||
NAME                  	TAG                 DESCRIPTION                  ENABLED
 | 
					$ docker plugin ls
 | 
				
			||||||
plugin                  latest              A sample plugin for Docker   true
 | 
					ID                  NAME                TAG                 DESCRIPTION                  ENABLED
 | 
				
			||||||
 | 
					672d8144ec02        plugin              latest              A sample plugin for Docker   false
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The plugin can subsequently be enabled for local use or pushed to the public registry.
 | 
					The plugin can subsequently be enabled for local use or pushed to the public registry.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue