Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 597 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 597 Bytes

Flannel Charm Layer

A minimal layer intended to be "mixed in" with the Docker Layer to provide Flannel based Overlay Networking to Docker Container infrastructure

This will probably go away into a more generic libnetwork abstraction when docker 1.9 launches.

Configuration

iface The interface to configure the flannel SDN binding. If this value is empty string or undefined the code will attempt to find the default network adapter similar to the following command:

route | grep default | head -n 1 | awk {'print $8'}