azureazure-containerazure-container-servicecontainer-networkingkubernetes-networkinglinux-containerswindows-containers
75c1c815a4 | ||
---|---|---|
common | ||
core | ||
ipam | ||
log | ||
netfilter | ||
netlink | ||
network | ||
.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.