mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Install docker 18.06
This commit is contained in:
parent
cf77a30521
commit
e0b240c7bd
7 changed files with 153 additions and 1 deletions
7
roles/docker/defaults/main.yml
Normal file
7
roles/docker/defaults/main.yml
Normal 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.*
|
||||
Loading…
Add table
Add a link
Reference in a new issue