Set the Network mode for the container
'bridge': creates a new network stack for the container on the docker
bridge
'none': no networking for this container
'container:': reuses another container network stack
'host': use the host network stack inside the container.