Docker is almost as fast as native. But still we can get it better on performance by tuning options
docker run --net=host
will give you the best performance of networking
It tells docker to not containerize the container’s networking