how to exec
This commit is contained in:
		
							
								
								
									
										10
									
								
								LOCAL.md
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								LOCAL.md
									
									
									
									
									
								
							| @@ -36,3 +36,13 @@ docker-compose up | |||||||
| ``` bash | ``` bash | ||||||
| docker-compose build | docker-compose build | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
|  | ### Execing (effectively SSH into the container) | ||||||
|  |  | ||||||
|  | The `exec` command requires that the container already be running, if you want to start it | ||||||
|  | that can be effected by `docker-compose up` or `docker-compose run freqtrade_develop` | ||||||
|  |  | ||||||
|  | ``` bash | ||||||
|  | docker-compose exec freqtrade_develop /bin/bash | ||||||
|  | ``` | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user