documentation
documentation copied to clipboard
Docker docs: Mention a thing about gitlab setup
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.
Can I be added to this issue? Also, how do I edit the documentation?
Sure @AGZ98 See - https://github.com/coala/documentation/blob/master/Users/Docker_Image.rst
@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 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
If the issue has been inactive could I be assigned the issue please