Provides Docker Debian packages from https://download.docker.com/linux/.
Support also Ubuntu with systemd.
- No
curl | sh
, fully predictable and idempotent installation. - Ability to change daemon arguments with systemd override, see docker_daemon_options
ansible-galaxy install spk.docker-debian
- src: spk.docker-debian
version: 'v3.3.0'
The defaults will install package from docker.com if you want to use Debian official package use:
docker_use_debian_repository: true
docker_package: docker.io
docker_debian_version: "{{ docker_version }}+dfsg1-7.1"
docker_dockerd_path: /usr/sbin/dockerd
None
BSD
Copyright (c) 2016-2019 Laurent Arnoud laurent@spkdev.net