Docker networking on TX2

I installed a tx2-docker on my TX2 and am using it. I made a container from the Docker image, and I found something strange.

I didn’t put the option related to the network during docker run, but the container was connected to the host network. Since I have to use a bridge network, I added ‘–network=bridge’ option and made the container again, and the error message below appeared.

‘docker: Error response from daemon: Container cannot be connected to network endpoints: host, bridge’

Can’t I use the docker bridge network on TX2?

Hi,

This issue seems not specified to the Jetson.
Could you please check if the below link can also solve your issue as well?

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.