Docker custom network issue

Discussion about Docker
User avatar
XFNeo
Posts: 90
Joined: 10 Oct 2022, 23:18

Docker custom network issue

Post by XFNeo »

1) Create custom network:

Code: Select all

docker network create custom_bridge
or through Docker Manager
2) Check ip address on the new bridge

Code: Select all

ip a | grep br-
it should be like

Code: Select all

inet 172.18.0.1/16 brd 172.18.255.255 scope global br-2becce7b1bb4
3) Check route

Code: Select all

route -n | grep br-
it should be like

Code: Select all

172.18.0.0     0.0.0.0         255.255.0.0     U     0      0        0 br-2becce7b1bb4
4) Run a new container in the new network

Code: Select all

docker run --rm --entrypoint sh --network web nginx:alpine
5) Repeate №2 and №3
AR != ER
AR:

Code: Select all

inet 172.18.0.1/16 brd 172.18.255.255 scope global br-2becce7b1bb4

Code: Select all

172.18.0.0     0.0.0.0         255.255.0.0     U     0      0        0 br-2becce7b1bb4
ER:

Code: Select all

inet 169.254.251.50/16 brd 169.254.255.255 scope global br-2becce7b1bb4

Code: Select all

169.254.0.0     0.0.0.0         255.255.0.0     U     0      0        0 br-2becce7b1bb4
Container has no access to the network.
User avatar
XFNeo
Posts: 90
Joined: 10 Oct 2022, 23:18

Re: Docker custom network issue

Post by XFNeo »

TerraMaster Support?
User avatar
TMSupport
TerraMaster Team
Posts: 2314
Joined: 13 Dec 2019, 15:15

Re: Docker custom network issue

Post by TMSupport »

This issue is being verified.
To contact our team, please send email to following addresses, remember to replace (at) with @
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
User avatar
mukmuk
Posts: 25
Joined: 08 Jan 2021, 21:39

Re: Docker custom network issue

Post by mukmuk »

I had the same problems with wrong routes etc. Take a look here:

https://blog.mukmuk.eu/2021/docker-reve ... on-f2-221/
User avatar
XFNeo
Posts: 90
Joined: 10 Oct 2022, 23:18

Re: Docker custom network issue

Post by XFNeo »

{L_BUTTON_AT}mukmuk

I saw it. For me it help only for one run, on the second it resets again.
User avatar
XFNeo
Posts: 90
Joined: 10 Oct 2022, 23:18

Re: Docker custom network issue

Post by XFNeo »

TMSupport wrote: 21 Oct 2022, 18:23 This issue is being verified.
Hi! Any updates? It is critical bug for me.
User avatar
TMSupport
TerraMaster Team
Posts: 2314
Joined: 13 Dec 2019, 15:15

Re: Docker custom network issue

Post by TMSupport »

This issue has been added to the fix list.
To contact our team, please send email to following addresses, remember to replace (at) with @
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
User avatar
XFNeo
Posts: 90
Joined: 10 Oct 2022, 23:18

Re: Docker custom network issue

Post by XFNeo »

TMSupport wrote: 31 Oct 2022, 18:21 This issue has been added to the fix list.
Hi! When it will be fixed?
User avatar
TMSupport
TerraMaster Team
Posts: 2314
Joined: 13 Dec 2019, 15:15

Re: Docker custom network issue

Post by TMSupport »

Will be fixed in next version.
To contact our team, please send email to following addresses, remember to replace (at) with @
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
User avatar
XFNeo
Posts: 90
Joined: 10 Oct 2022, 23:18

Re: Docker custom network issue

Post by XFNeo »

TMSupport wrote: 16 Dec 2022, 18:18 Will be fixed in next version.
When will be the next version?
Locked