Azure Container Networking Solutions for Linux and Windows Containers
Перейти к файлу
Onur Filiz 75c1c815a4 Added Code of Conduct to README 2016-06-24 14:44:02 -07:00
common Updated SendErrorResponse to receive error arg 2016-05-09 04:20:27 -07:00
core Redesigned core network module interface 2016-06-13 22:44:59 -07:00
ipam Redesigned core network module interface 2016-06-13 22:44:59 -07:00
log Updated netlink socket calls to log at debug level 2016-06-05 20:58:47 -07:00
netfilter Updated netlink socket calls to log at debug level 2016-06-05 20:58:47 -07:00
netlink Updated netlink socket calls to log at debug level 2016-06-05 20:58:47 -07:00
network Redesigned core network module interface 2016-06-13 22:44:59 -07:00
.gitignore Fix the case for dependencies path 2016-03-21 15:40:21 -07:00
README.md Added Code of Conduct to README 2016-06-24 14:44:02 -07:00
main.go Renamed ipam plugin to aquaipam 2016-05-12 17:53:40 -07:00

README.md

Overview

Aqua is a libnetwork plugin that allows you to take advantage of the power of the Microsoft Azure SDN capabilities for your containers running in Azure.

Usage

aqua [net] [ipam]

Examples

Create a network with aqua:

docker network create --driver=aquanet --ipam-driver=aquaipam azure

Connect containers to your network by specifying the network name when starting them:

docker run --net=azure -it ubuntu:latest /bin/bash

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.