Skip to content
Snippets Groups Projects
Commit f1db513a authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files

Update docker executor usage documentation

parent bc086ca8
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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.**
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment