Skip to content

Instantly share code, notes, and snippets.

@Everfighting
Created June 13, 2019 07:12
Show Gist options
  • Save Everfighting/7587a2221d6370aa816b64f4b05e563f to your computer and use it in GitHub Desktop.
Save Everfighting/7587a2221d6370aa816b64f4b05e563f to your computer and use it in GitHub Desktop.
# 批量重启小时内挂掉的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