Update Readme & clarify scripts
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		| @@ -7,4 +7,4 @@ export PROP_SERVER_KEY=$(cat ./config/id_rsa) | ||||
| docker build \ | ||||
|     --build-arg PROP_SERVER --build-arg PROP_SERVER_USER \ | ||||
|     --build-arg PROP_SERVER_KEY --build-arg PROP_DIR_SDR --build-arg PROP_DIR_DECODER \ | ||||
|     -t registry.chrz.de/redsat/move2docker:$(arch) . | ||||
|     -t move2docker:dev-$(arch) . | ||||
| @@ -1,11 +0,0 @@ | ||||
| #!/bin/bash | ||||
|  | ||||
| cd "${0%/*}/.." | ||||
| source ./config/config.sh | ||||
| export PROP_SERVER_KEY=$(cat ./config/id_rsa) | ||||
|  | ||||
| docker buildx build \ | ||||
|     --platform linux/amd64,linux/arm64,linux/arm/v7 \ | ||||
|     --build-arg PROP_SERVER --build-arg PROP_SERVER_USER \ | ||||
|     --build-arg PROP_SERVER_KEY --build-arg PROP_DIR_SDR --build-arg PROP_DIR_DECODER \ | ||||
|     -t registry.chrz.de/redsat/move2docker . | ||||
| @@ -1,3 +1,3 @@ | ||||
| #!/bin/bash | ||||
|  | ||||
| docker pull registry.chrz.de/redsat/move2docker:$(arch) | ||||
| docker pull registry.chrz.de/redsat/move2docker | ||||
| @@ -1,3 +0,0 @@ | ||||
| #!/bin/bash | ||||
|  | ||||
| docker push registry.chrz.de/redsat/move2docker:$(arch) | ||||
							
								
								
									
										9
									
								
								scripts/run-dev.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								scripts/run-dev.sh
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| #!/bin/bash | ||||
|  | ||||
| cd "${0%/*}/.." | ||||
| source ./config/config.sh | ||||
|  | ||||
| docker run -it --rm \ | ||||
|     -v $(pwd)/data:/app/data:rw \ | ||||
|     --env DISPLAY=host.docker.internal:0.0 \ | ||||
|     move2docker:dev-$(arch) | ||||
| @@ -6,4 +6,4 @@ source ./config/config.sh | ||||
| docker run -it --rm \ | ||||
|     -v $(pwd)/data:/app/data:rw \ | ||||
|     --env DISPLAY=host.docker.internal:0.0 \ | ||||
|     registry.chrz.de/redsat/move2docker:$(arch) | ||||
|     registry.chrz.de/redsat/move2docker | ||||
		Reference in New Issue
	
	Block a user