Home:ALL Converter>Running docker compose on windows ubuntu subsystem

Running docker compose on windows ubuntu subsystem

Ask Time:2018-01-03T15:19:43         Author:kumar

Json Formatter

I am trying to run docker-compose for this example https://learn.microsoft.com/en-us/azure/aks/tutorial-kubernetes-prepare-app

I have setup Ubuntu subsystem on my windows machines to try out this example. When I run docker-compose up -d I get the following error.

ERROR: Failed to Setup IP tables: Unable to enable NAT rule: (iptables failed: iptables --wait -t nat -I POSTROUTING -s 172.19.0.0/16 ! -o br-0fa5c62bc4ce -j MASQUERADE: iptables: No chain/target/match by that name.

I am running ubuntu subsystem as administration and logged in as root user. Are there limitations with linux subsystem for updating IP tables?

Author:kumar,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/48072873/running-docker-compose-on-windows-ubuntu-subsystem
yy