Quickstart Docker Container Rename
ThomasThelen opened this issue · 1 comments
ThomasThelen commented
The quickstart docs has the following line, but the docker container name is incorrect (see image below). The underscores should be hyphens.
docker exec -it docker-udata_udata_1 udata init
Detailed Description

Context
This is important to initialing the db
Possible Implementation
Change it to docker exec -it docker-udata-udata-1 udata init