wiki:public:docker_default_networks
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| wiki:public:docker_default_networks [2018/09/27 05:06] – jrdalrymple | wiki:public:docker_default_networks [2018/09/27 05:11] (current) – jrdalrymple | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ========= docker-compose Routing Holes ========= | ||
| + | |||
| + | |||
| + | ===== The disappearance of traffic destined for 172.18.0.0/ | ||
| + | |||
| + | |||
| In using docker compose to modernize some of my apps (including this wiki) I discovered some network awkwardness. The first problem I experienced was when I was setting up a new Wordpress, using the following docker-compose.yml: | In using docker compose to modernize some of my apps (including this wiki) I discovered some network awkwardness. The first problem I experienced was when I was setting up a new Wordpress, using the following docker-compose.yml: | ||
| Line 40: | Line 46: | ||
| } | } | ||
| </ | </ | ||
| - | After restarting the docker daemon I still had to //down// and //up// my Wordpress to get the reconfigured network to function properly. | + | After restarting the docker daemon I still had to //down// and //up// my Wordpress to get the reconfigured network to function properly. |
| + | |||
| + | |||
| + | ===== The disappearance of traffic destined for 172.17.0.0/ | ||
| + | Moving past the last problem | ||
| So the problem is the same, but in this case the place to fix it is different. Moreover it seems this is something of a " | So the problem is the same, but in this case the place to fix it is different. Moreover it seems this is something of a " | ||
| Line 87: | Line 97: | ||
| - subnet: 10.255.254.0/ | - subnet: 10.255.254.0/ | ||
| </ | </ | ||
| + | Again, after this process I had to //down// and //up//, but directly afterwards all my life was good. | ||
wiki/public/docker_default_networks.1538024797.txt.gz · Last modified: 2018/09/27 05:06 by jrdalrymple