Install docker 18.06

This commit is contained in:
Paul-Henri Froidmont 2018-09-20 00:35:06 +02:00
parent cf77a30521
commit e0b240c7bd
7 changed files with 153 additions and 1 deletions

View file

@ -0,0 +1,7 @@
docker_apt_key: https://download.docker.com/linux/ubuntu/gpg
docker_apt_repository: https://download.docker.com/linux/ubuntu
# Choose 'edge' 'stable' or 'testing' for docker channel
docker_apt_channel: stable
# Docker daemon config file
docker_daemon_config: /etc/docker/daemon.json
docker_version: 17.03.*