Skip to content

Commit

Permalink
Merge pull request #1153 from alaminfirdows/develop
Browse files Browse the repository at this point in the history
fix: updated docker stop command
  • Loading branch information
zonayedpca authored Oct 28, 2024
2 parents 824cbda + 939bcbe commit 42de515
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion data/docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
},
{
"definition": "সব ডকার কন্টেইনার stop করতে",
"code": "docker stop $(docker ps -q)"
},
{
"definition": "সব ডকার কন্টেইনার kill করতে",
"code": "docker kill $(docker ps -q)"
},
{
Expand Down Expand Up @@ -254,4 +258,4 @@
]
}
]
}
}

0 comments on commit 42de515

Please sign in to comment.