mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-10-31 10:49:00 +00:00 
			
		
		
		
	
		
			
	
	
		
			7 lines
		
	
	
		
			424 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			424 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
|   | #!/bin/bash
 | ||
|  | 
 | ||
|  | # Quickstarts DataHub by pullinng all images from dockerhub and then running the containers locally. No images are | ||
|  | # built locally. Note: by default this pulls the latest version; you can change this to a specific version by setting | ||
|  | # the DATAHUB_VERSION environment variable. | ||
|  | DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" | ||
|  | cd $DIR && docker-compose pull && docker-compose -p datahub up |