documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Docker docs: Mention a thing about gitlab setup

Open sils opened this issue 8 years ago • 5 comments

We already have some instructions about gitlab-ci and this one is important: https://gitlab.com/gitlab-com/support-forum/issues/1025#note_20715380

We should have that in the docs.

sils avatar Jan 02 '17 05:01 sils

Can I be added to this issue? Also, how do I edit the documentation?

AGZ98 avatar Jan 14 '17 16:01 AGZ98

Sure @AGZ98 See - https://github.com/coala/documentation/blob/master/Users/Docker_Image.rst

aptrishu avatar Jan 14 '17 16:01 aptrishu

@hemangsk @sils , are we using the .gitlab-ce.yml DOCKER_DRIVER: overlay setting in any of our repos ? If so, can you add a link to that issue as an example.

https://gitlab.com/gitlab-com/support-forum/issues/1025#note_20715380 says to use

variables:
  DOCKER_DRIVER: overlay

But https://docs.gitlab.com/ce/ci/docker/using_docker_build.html#use-driver-per-project says to use

variables:
  DOCKER_DRIVER: overlay2

jayvdb avatar Nov 27 '17 05:11 jayvdb

@jayvdb In coala/landing we are using this DOCKER_DRIVER: overlaysetting coala/landing gitlab-ci.yml: https://gitlab.com/coala/landing/blob/master/.gitlab-ci.yml#L6

hemangsk avatar Dec 01 '17 07:12 hemangsk

If the issue has been inactive could I be assigned the issue please

PandaBoi avatar Nov 14 '18 04:11 PandaBoi