How can send kill -USR1 <nginx pid> command to nginx which is running on host machine from docker container

Hi,

I need log rotation command (kill -USR1 cat master.nginx.pid) to nginx which is running on host machine from container running inside docker.

ssh to the host and run the command?