Replies: 1 comment
-
I had a running setup in 15min by installing docker for windows and gitlab runner for windows, cloned the kibot for gitlab example inmy gitlab account and registered my pc as gitlab runner. Now in every commit the runner on my pc is executed |
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
-
Hello, could someone provide pointers on how to run images from windows.
I am total noob with Docker.
I have put this in docker_test.sh file:
And I am running it from git bash.
My first issue was:
the input device is not a TTY. If you are using mintty, try prefixing the command with 'winpty'
so I changed this line:
winpty docker run --rm -it -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY \
But I am lost with this error:
docker: Error response from daemon: mkdir C:\Program Files\Git\etc\group;C: Access is denied.
Can someone help with this?
Beta Was this translation helpful? Give feedback.
All reactions