Docker Daemon install/configure

Clone this repo:

Branches

  1. e4b1468 Various fixes by Zack Williams · 2 years ago master
  2. c106ab5 Change the docker role from container support to VM support by Wei-Yu Chen · 2 years, 1 month ago
  3. c272be6 AETHER-2698 Docker role updates by Hyunsun Moon · 2 years, 5 months ago
  4. e0d9eb9 Initial commit of Docker role by Zack Williams · 3 years, 5 months ago

docker

Install and configure the Docker daemon

The version of Docker installed currently is 19.03. This version is supported by:

The docker.gpg key was obtained from: https://download.docker.com/linux/ubuntu/gpg and is identical for Debian/Ubuntu.

Docker daemon options can be configured through docker_daemon_options dictionary representing the json file /etc/docker/daemon.json.

It also can install docker-compose when docker_install_compose is set to true.

Example Playbook

- hosts: all
  roles:
    - docker

License and Author

© 2020 Open Networking Foundation support@opennetworking.org

License: Apache-2.0