Setup Docker locally
This guide will help you setup docker locally for building and testing services behind the AWS CDE firewall by bridging your VPN connection to Docker.
Install the app
brew install docker
Configure to bridge the VPN
Edit your config list file:
~/Library/Group\ Containers/group.com.docker/cni/10-default.conflist
Change all the subnet, gateway, and nameserver values from 10.1.0.1
to an adjacent subnet within your private VPC. e.g. 100.200.0.1
for me docker was colliding with an existing private subnet.