mirror of
				https://github.com/moby/moby.git
				synced 2022-11-09 12:21:53 -05:00 
			
		
		
		
	Merge pull request #29774 from miaoyq/complete-plugin-create-docs-content
Complete the document content
This commit is contained in:
		
						commit
						5374d53322
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -41,8 +41,9 @@ $ ls -ls /home/pluginDir
 | 
			
		|||
$ docker plugin create plugin /home/pluginDir
 | 
			
		||||
plugin
 | 
			
		||||
 | 
			
		||||
NAME                  	TAG                 DESCRIPTION                  ENABLED
 | 
			
		||||
plugin                  latest              A sample plugin for Docker   true
 | 
			
		||||
$ docker plugin ls
 | 
			
		||||
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.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue