Skip to content

Commit cf67492

Browse files
authored
Changes has been fixed as per suggestion
1 parent 1e4a3e8 commit cf67492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-edge/troubleshoot-common-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ IoT Edge modules that connect directly to cloud services, including the runtime
421421
422422
**Root cause:**
423423
424-
Containers rely on IP packet forwarding in order to connect to the internet so that they can communicate with cloud services. IP packet forwarding is enabled by default in Docker, but if it gets disabled then any modules that connect to cloud services will not work as expected. For more information, see [Understand container communication](https://dker.ru/docs/docker-engine/user-guide/network-configuration/default-bridge-network/understand-container-communication/) in the Docker documentation.
424+
Containers rely on IP packet forwarding in order to connect to the internet so that they can communicate with cloud services. IP packet forwarding is enabled by default in Docker, but if it gets disabled then any modules that connect to cloud services will not work as expected. For more information, see [Understand container communication](https://docs.docker.com/config/containers/container-networking/) in the Docker documentation.
425425
426426
**Resolution:**
427427

0 commit comments

Comments
 (0)