kitze
01/19/2018, 9:17 AMprisma local start
?
Creating local_prisma-database_1 ... done
▸ (89d5fa22c740b0c42e5ebc2f57622256a14e35aabef3027b0b9a33b5d92a6508): Error starting userland proxy: Bind for 0.0.0.0:3306 failed: port is already allocated
I have tried all the fixes here: https://github.com/docker/for-mac/issues/205
I have tried resetting docker to factory defaults.
I completely uninstalled docker, cleaned all the remaining data on the machine, installed it from scratch. I’m getting the error again. Halp 🙏nilan
01/19/2018, 9:22 AMlsof -i -P -n | grep 3306
kitze
01/19/2018, 9:23 AMkitze
01/19/2018, 9:23 AMkitze
01/19/2018, 9:23 AMnilan
01/19/2018, 9:23 AMkitze
01/19/2018, 9:25 AMdocker ps -a
I see 2 containers are running: prisma-db
and local_prisma-database_1
kitze
01/19/2018, 9:26 AMprisma deploy
I get the same port error.kitze
01/19/2018, 9:40 AMkitze
01/19/2018, 9:41 AMnilan
01/19/2018, 9:41 AMnilan
01/19/2018, 9:41 AMkitze
01/19/2018, 9:41 AMnilan
01/19/2018, 9:42 AMkitze
01/19/2018, 9:51 AMkitze
01/19/2018, 9:52 AMnow
but deploying docker clusters? I went through the tutorial for deploying to DO in the docs but it doesn’t look promising because it has this inside of it
“Note: For some reason this doesn’t work. Maybe @dom can take a look tomorrow. Whe deploying a service I get ‘Error: Authentication token is invalid: Token can’t be decoded: Illegal base64 character 5c:’”nilan
01/19/2018, 9:58 AMkitze
01/19/2018, 10:02 AMdocker exec -it prisma-db mysql -u root --host 127.0.0.1 --port 3306 --password=prisma
mysql: [Warning] Using a password on the command line interface can be insecure.
kitze
01/19/2018, 10:04 AMMoritz
01/19/2018, 10:08 AMnilan
01/19/2018, 10:08 AMgraphcool
, will be updated soon: https://github.com/graphcool/prisma/pull/1653/fileskitze
01/19/2018, 10:09 AM