Sameer Naik

Results 135 comments of Sameer Naik

@nemonik @Z3roCoder this is basically a communication issue between the gitlab and ci containers. using ip addresses in GITLAB_HOST / GITLAB_URL seems to cause such issues. Please refer to https://github.com/sameersbn/docker-gitlab-ci/issues/28...

@Z3roCoder are you using boot2docker by any chance?

@Z3roCoder Please exec into the `gitlab-ci` container and try accessing the gitlab container, eg `wget http://192.168.16.133:10080 -O -`. If this does not work, then it is probably some firewall rules...

@Z3roCoder The host is probably not allowing the two containers to talk to each other. This should probably be configured at the firewall (`iptables`) or it is possible that selinux...

according to https://github.com/ayufan/gitlab-ci-multi-runner#compatibility-chart the default shell is `bash`.

@samaimia If you have set a password for the root user, this should work ``` bash docker run -it --rm --link mysql sameersbn/mysql:latest mysql -hmysql -uroot -p ``` else try...

@digitalLumberjack i would be happy to add you as a collaborator/maintainer. wdyt?

@digitalLumberjack awesome. can you send a PR with your changes?

Can you resolve the conflicts please?