Replies: 2 comments
-
You can set local registry IP in |
Beta Was this translation helpful? Give feedback.
0 replies
-
@Nationalcat Thanks for this info. I'm using the GitlabCiLocal plugin in IntelliJ Idea and Docker Desktop application. I have enhanced the "gitlab-ci-local-env" file in my IDE accordingly. Could you please give me some advise how to setup the network cache with Docker Desktop? Better question: How can I run the GitlabCiLocal plugin with the option "--network gitlab-ci-local-registry"? Could this parameter be added to "gitlab-ci-local-env" file? |
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
-
I'm running gitlab-ci with docker in docker service. The script is processing a docker-compose file with some huge images inside. Unfortunately, these images are loaded every time anew. Would it be possible to setup or instruct gitlab-ci-local to make use of previously loaded images?
I'm also using docker desktop application on my Mac book which is having an internal image registry. Maybe, this one could be linked to gitlab-ci-local somehow?
Beta Was this translation helpful? Give feedback.
All reactions