Enable experimental flag for docker-ce

This commit is contained in:
Maxim Baz 2020-06-15 23:03:10 +02:00
parent dc50a4c58f
commit bcb1b1106e
No known key found for this signature in database
GPG Key ID: 011FDC52DA839335
1 changed files with 5 additions and 0 deletions

View File

@ -4,7 +4,12 @@ language: minimal
services:
- docker
env:
global:
- DOCKER_CLI_EXPERIMENTAL=enabled
before_install:
- echo '{"experimental":true}' | sudo tee /etc/docker/daemon.json
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
- sudo apt-get update