Red5d / docker-autocompose

Generate a docker-compose yaml definition from a running container
1.77k stars 197 forks source link

Multiple networks and alias #8

Closed wassy92x closed 5 years ago

wassy92x commented 5 years ago

I have a container that is attached to two networks: dockerNet and dockerNetv6 (dockerNet is set as the default network of this container). The container has also some aliases. Unfortunately the tool ignores multiple networks and aliases.

Red5d commented 5 years ago

Just added the code to support networks and aliases. It works for some containers with attached networks that I tested. Let me know if it works properly for you.

wassy92x commented 5 years ago

Thank you for your efforts :) It works now.