mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 05:00:25 +08:00 
			
		
		
		
	
		
			
	
	
		
			6 lines
		
	
	
		
			137 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			137 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| 
								 | 
							
								#!/usr/bin/env bash
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								VERSION=latest
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								docker run -d -p 7788:7788 -p 8001:8001 -p 3306:3306 --name edge-admin goedge/edge-admin:${VERSION}
							 |