Hey guys, first of all, I want to apologize about ...
# prisma-whats-new
d
Hey guys, first of all, I want to apologize about dumb question and bad english skill 😢. but I really want to use Prisma on armv7 machine. so, I want to run local prisma server with custom MySQL docker image. because Prisma's MySQL image doesn't support armv7 architecture by default. so I tried to replace MySQL image which is armv7 supported but there's no docs for making custom image for Prisma local server. so my question is: Is there a doc of making custom image for prisma local server? and is it possible?
d
@harmony sorry for late response 😢. but I tried to take a look your link but I can't find what is the point that should I look for ;-; can you point out for me? I've made
.env
file and
docker-compose.yml
file and did
docker-compose up -d
. and there's two containers that same with when I do
prisma local start
. oh I just come up an idea about it. should I just use that two container as like I made with
prisma local start
right :?
h
you're gonna have to modify the docker-compose file
change the image from the db
d
@harmony oh right, so that link explains the way to create local cluster with custom image right? thank you. you just save my life like a year :3
h
yea
np
d
I don't know that can I have reply on this thread but.. I'll go on. sorry for my rudeness 😢. I created mysql container with your help and it was really helpful! but there's a really big problem:
prismagraphql/prisma
isn't compatible with armv7. I thought It just works well on my armv7 machine but It wasn't. It prints error continuously. like this:
Copy code
standard_init_linux.go:195: exec user process caused "exec format error"
so I thought that I need to build prismagraphql/prisma on my machine to make it working. do I think the right way?
h
yeah, you might have to
d
Is there a doc for build a
prismagraphql/prisma
docker image? sorry for keep asking @harmony, I think I'm bothering you hard 😢
h
probably not
d
I opened an issue about this situation, I think It can be helpful to understand what I did: https://github.com/graphcool/prisma/issues/1720 oh check that only if you have enough time to read that! I don't want to bother you :3
h
you're gonna have to figure it out yourself https://github.com/graphcool/prisma/tree/master/server/docker
👍 1
or ask nilan
d
😮 okay. thank you for advice