consume arguments
This commit is contained in:
		@@ -1,3 +1,3 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
 | 
			
		||||
sudo docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}'
 | 
			
		||||
sudo docker inspect $@ -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user