Skip to content

Instantly share code, notes, and snippets.

@Voronenko
Created June 21, 2021 12:23
Show Gist options
  • Save Voronenko/cfa56dcb413a5d352492f6ed9497767c to your computer and use it in GitHub Desktop.
Save Voronenko/cfa56dcb413a5d352492f6ed9497767c to your computer and use it in GitHub Desktop.
Example on 18.09 compatible upgrade
# ...
variables:
DOCKER_DRIVER: overlay
DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: ""
services:
- name: docker:20.10.7-dind
alias: docker
command: ["--tls=false"]
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment