diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-07-29 16:02:39 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-07-29 16:02:39 +0200 |
commit | f1db513a69503e652ab26cc4f985d9c6588c65cb (patch) | |
tree | fd3d43ca959fca0d27b6e83acc75bf6b896e5f88 | |
parent | bc086ca86feb6adb05e3ebb52ccf00f834331199 (diff) | |
download | gitlab-ci-f1db513a69503e652ab26cc4f985d9c6588c65cb.tar.gz |
Update docker executor usage documentation
-rw-r--r-- | doc/docker/using_docker_images.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/docker/using_docker_images.md b/doc/docker/using_docker_images.md index c88dd95..a88bb62 100644 --- a/doc/docker/using_docker_images.md +++ b/doc/docker/using_docker_images.md @@ -121,8 +121,8 @@ If you are courageous enough, you can make it fully open and accept everything: ``` [runners.docker] image = "ruby:2.1" - allowed_images = ["*"] - allowed_services = ["*"] + allowed_images = ["*", "*/*"] + allowed_services = ["*", "*/*"] ``` **It the feature is not enabled, or image isn't allowed the error message will be put into the build log.** |