gchiesa.docker

gchiesa.docker

This guide helps you set up Docker with Docker Compose on Enterprise Linux machines.

It also creates a shared folder at /docker where you can build Docker containers. This folder is accessible to all users who are part of the Docker group.

Please note, this setup may restart your machine if needed because Docker may require a newer kernel than what's included in the usual distribution.

Role Variables

# Proxy server for installing packages
proxy: ""

# Storage driver for the Docker engine
docker_storage_driver_options: "--storage-driver=devicemapper"

# Configuration file for iptables
iptables_config: "/etc/sysconfig/iptables"

# Disable SELinux
disable_selinux: false

# Use GlusterFS for shared storage between Docker nodes
use_glusterfs: true

Example Playbook

Here's an example of how to use this role with some parameters:

    - hosts: docker-servers
      roles:
         - { role: gchiesa.docker, proxy: "http://www.proxy.com" }

License

BSD

Informazioni sul progetto

Docker / Docker Compose support for Enterprise Linux

Installa
ansible-galaxy install gchiesa.docker
Licenza
Unknown
Download
158
Proprietario
a Cloud Architect living in Amsterdam. I enjoy jazz music, italian cooking and be surrounded by open-minded people.