mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	Docs: add a tip about docker names having to be unique.
This commit is contained in:
		
							parent
							
								
									c1e225ea9b
								
							
						
					
					
						commit
						7fdb53f664
					
				@ -202,6 +202,15 @@ unleash.on('synchronized', () => {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
The easiest way to run unleash locally is using [docker](https://www.docker.com/).
 | 
					The easiest way to run unleash locally is using [docker](https://www.docker.com/).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					:::tip
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Each container that runs in your local Docker instance must have a
 | 
				
			||||||
 | 
					unique name. If you've run these commands before, you can either start
 | 
				
			||||||
 | 
					the containers again (`docker start ${CONTAINER_NAME}`) or remove them
 | 
				
			||||||
 | 
					(`docker rm ${CONTAINER_NAME}`) and run the commands again.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					:::
 | 
				
			||||||
 | 
					
 | 
				
			||||||
1. Create a network by running `docker network create unleash`
 | 
					1. Create a network by running `docker network create unleash`
 | 
				
			||||||
2. Start a postgres database:
 | 
					2. Start a postgres database:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user