docker pause [OPTIONS] CONTAINER [CONTAINER...]
暂停容器nginx-1和nginx-2中的所有进程 docker pause nginx-1 nginx-2
暂停容器nginx-1中的所有进程 docker pause nginx-1