Created
June 13, 2019 07:12
-
-
Save Everfighting/7587a2221d6370aa816b64f4b05e563f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 批量重启小时内挂掉的docker | |
docker ps -a | grep minutes | awk '{print $1}'|xargs sudo docker restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment