skip to Main Content

Connecting Redis localhost from Docker

I have a Node.js application where I use Redis, I am trying to connect the Docker container and the locally running Redis. Tried solutions: vim /usr/local/etc/redis.conf Updated bind 127.0.0.1 To bind 0.0.0.0 Stopped the redis and start it again and…

VIEW QUESTION

How does Gitlab register a runner on a Docker container? – CentOS

I'm attempting to register a Gitlab runner using Docker (running on Centos 7.6) using the following documentation: https://docs.gitlab.com/runner/install/docker.html#docker-images https://docs.gitlab.com/runner/register/index.html#docker This documentation basically instructs me to (1) run the runner and then (2) register it: I run the runner: docker run…

VIEW QUESTION
Back To Top
Search