Running a docker container inside codemagic machine #1646
Replies: 2 comments 2 replies
-
Hey @chingyawhao |
Beta Was this translation helpful? Give feedback.
2 replies
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My CI/CD pipeline requires me to generate the graphql codes from
.graphql
to.ts
to be used by the app. https://the-guild.dev/graphql/codegen depends on the graphql server for the schema/shape of the input and output to generate the codes. Hence, I'll need to pull the server repo and start it inside a docker container. Have anyone have any success in starting a docker container inside the codemagic machine?I'm hitting this error when I'm trying to do so,
The application /Applications/Docker.app cannot be opened for an unexpected reason, error=Error Domain=NSOSStatusErrorDomain Code=-10673 "(null)" UserInfo={_LSLine=4101, _LSFunction=_LSOpenStuffCallLocal}
I can also skip this step if codemagic can download the artifacts generated by my GitLab CI/CD
Beta Was this translation helpful? Give feedback.
All reactions