gitlab-org--gitlab-foss/doc/ci
Rémy Coutable ec7dee4f63 Merge branch 'gitlab-ci-ssh-keys-doc-fix' into 'master'
Documentation fix in CI SSH keys setup

In recent versions of Docker, the `/.dockerinit` file doesn't exist any more when running inside a container. That file is used in the example here to detect whether the runner is running inside Docker or not. Change it to check for the existence of `/.dockerenv`, which does exist in all current versions of Docker.

See merge request !3938
2016-05-04 16:46:57 +00:00
..
api Fix some typos in documentation 2016-04-20 11:54:06 +02:00
build_artifacts fix typo 2016-04-10 21:16:06 +00:00
deployment Fix typo in README.md. 2016-03-16 18:04:42 +00:00
docker Merge branch 'fix/docker-in-docker-ci-documentation' into 'master' 2016-04-28 10:59:20 +00:00
examples Fix php-docker example (for new docker versions) 2016-04-25 11:35:33 +02:00
img Add documentation on enabling/disabling GitLab CI 2016-01-06 20:18:27 +01:00
permissions Groundwork for merging CI into CE 2015-08-25 18:42:46 -07:00
quick_start Fix typos in CI docs. 2016-04-13 21:19:50 +00:00
runners Merge branch 'docs/notice-about-gitlab-runner' into 'master' 2016-04-19 12:17:48 +00:00
services Reorganize CI sections and give descriptive names to links 2016-02-29 14:44:08 +02:00
ssh_keys fix: in recent versions of Docker, the /.dockerinit file doesn't exist; use /.dockerenv instead [ci skip] 2016-04-26 21:41:52 -04:00
triggers Add API doc example with query string for triggering build 2016-04-27 16:41:37 +02:00
variables Add minor fixes in docs for job-specific variables 2016-04-18 13:17:48 +02:00
yaml Merge branch 'after-script' into make-before-after-overridable 2016-04-18 09:47:12 -04:00
enable_or_disable_ci.md Fix incorrect gitlab.rb variable in CI docs 2016-03-11 21:26:18 +02:00
README.md Reduce example documentation. 2016-03-10 08:13:11 -08:00