Docker kill 命令
Docker 教程
· 2019-02-18 12:43:50
docker kill :杀掉一个运行中的容器。
语法
docker kill [OPTIONS] CONTAINER [CONTAINER...]
OPTIONS说明:
-
-s :向容器发送一个信号
实例
杀掉运行中的容器mynginx
codercto@codercto:~$ docker kill -s KILL mynginx mynginx
点击查看所有 Docker 教程 文章: https://www.codercto.com/courses/l/15.html
Google's PageRank and Beyond
Amy N. Langville、Carl D. Meyer / Princeton University Press / 2006-7-23 / USD 57.50
Why doesn't your home page appear on the first page of search results, even when you query your own name? How do other web pages always appear at the top? What creates these powerful rankings? And how......一起来看看 《Google's PageRank and Beyond》 这本书的介绍吧!