forked from toolshed/abra
		
	Add cheeky network command
				
					
				
			This commit is contained in:
		
							
								
								
									
										10
									
								
								abra
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								abra
									
									
									
									
									
								
							@ -988,18 +988,24 @@ sub_upgrade() {
 | 
			
		||||
  curl https://install.abra.autonomic.zone | bash
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
###### .. volume <args>...
 | 
			
		||||
###### .. stack <args>...
 | 
			
		||||
sub_stack() {
 | 
			
		||||
  # shellcheck disable=SC2068
 | 
			
		||||
  docker stack $@
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
###### .. stack <args>...
 | 
			
		||||
###### .. volume <args>...
 | 
			
		||||
sub_volume() {
 | 
			
		||||
  # shellcheck disable=SC2068
 | 
			
		||||
  docker volume $@
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
###### .. network <args>...
 | 
			
		||||
sub_network() {
 | 
			
		||||
  # shellcheck disable=SC2068
 | 
			
		||||
  docker network $@
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#######################################
 | 
			
		||||
# Main
 | 
			
		||||
#######################################
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user