mirror of
				https://github.com/moby/moby.git
				synced 2022-11-09 12:21:53 -05:00 
			
		
		
		
	Update example output for node inspect
commit 41d580c7a6 added
"Joined at" to the output of node inspect,
but I forgot that docs changes are needed.
This change updates the example output
of node inspect in the documentation.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
			
			
This commit is contained in:
		
							parent
							
								
									41d580c7a6
								
							
						
					
					
						commit
						dcb052c12b
					
				
					 2 changed files with 16 additions and 14 deletions
				
			
		| 
						 | 
				
			
			@ -99,6 +99,7 @@ Example output:
 | 
			
		|||
    $ docker node inspect --pretty self
 | 
			
		||||
    ID:                     e216jshn25ckzbvmwlnh5jr3g
 | 
			
		||||
    Hostname:               swarm-manager
 | 
			
		||||
    Joined at:              2016-06-16 22:52:44.9910662 +0000 utc
 | 
			
		||||
    Status:
 | 
			
		||||
     State:                 Ready
 | 
			
		||||
     Availability:          Active
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -71,6 +71,7 @@ docker node inspect self --pretty
 | 
			
		|||
 | 
			
		||||
ID:                     ehkv3bcimagdese79dn78otj5
 | 
			
		||||
Hostname:               node-1
 | 
			
		||||
Joined at:              2016-06-16 22:52:44.9910662 +0000 utc
 | 
			
		||||
Status:
 | 
			
		||||
 State:                 Ready
 | 
			
		||||
 Availability:          Active
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue