1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00

Docs: add a tip about docker names having to be unique.

This commit is contained in:
Thomas Heartman 2021-11-23 09:07:00 +01:00
parent c1e225ea9b
commit 7fdb53f664

View File

@ -202,6 +202,15 @@ unleash.on('synchronized', () => {
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`
2. Start a postgres database: