I want to add/remove servers in my nginx running inside a docker container
I use ADD command in Dockerfile to add my nginx.conf to /etc/nginx dir.
#
If you want to restart the NGINX process, restart the container by running the command:
docker restart
https://blog.docker.com/2015/04/tips-for-deploying-nginx-official-image-with-docker/