Created
April 30, 2024 16:11
-
-
Save git-bhanu/8021868815f4c79b5452d3f0d16371ac to your computer and use it in GitHub Desktop.
Docker important commands
This file contains 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
# restart only those docker container which are exited | |
docker restart $(docker container ls -f status=exited -a -q) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment