Azure Container Networking Solutions for Linux and Windows Containers
Перейти к файлу
Onur Filiz 19f50cb02f Merge pull request #22 from Azure/development
Updated JSON key value store to indent its output
2016-07-27 11:21:13 -07:00
common
core
ipam Updated IPAM plugin to refresh source before all requests 2016-07-22 16:44:44 -07:00
log
netfilter
netlink
network
store Updated JSON key value store to indent output 2016-07-26 15:27:08 -07:00
.gitignore
README.md
main.go

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.