Skip to content
Snippets Groups Projects
Verified Commit b355198a authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

Use overlay2 storage driver for better performance than default vfs

parent 611497dc
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,8 @@ image: docker:19.03.0
# disable TLS just for the docker daemon running locally, TLS is still used to deploy built images!
variables:
DOCKER_TLS_CERTDIR: ""
DOCKER_DRIVER: overlay2
services:
- docker:19.03.0-dind
......
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