ubuntu docker on voxl
-
Hi,
I've activate ubuntu docker on VOXL card with --net=host mode. This means, that the network services between docker and target are shared. How I could configure my ubuntu docker with itself network interfaces for activating docker with different from target IP from my Ubuntu Host?
Thanks -
@relevinsky Docker has some pretty good documentation. Have you looked at: https://docs.docker.com/engine/reference/run/#network-settings?