Skip to content

Commit 33add83

Browse files
author
Sabbir Ahmed
authored
Merge pull request #928 from rsayed007/docker-command-update
add prune command
2 parents ba407af + ceea350 commit 33add83

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

data/docker.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,14 @@
222222
"definition": "অব্যবহৃত সকল ডকার ভলিউম রিমুভ করতে",
223223
"code": "docker system prune --volumes"
224224
},
225+
{
226+
"definition": "অব্যবহৃত সকল ডকার কন্টেইনার রিমুভ করতে",
227+
"code": "docker container prune"
228+
},
229+
{
230+
"definition": "অব্যবহৃত সকল ইমেজ কন্টেইনার রিমুভ করতে",
231+
"code": "docker image prune"
232+
},
225233
{
226234
"definition": "কন্টেইনার এর লগ দেখতে",
227235
"code": "docker logs <container_id>"

0 commit comments

Comments
 (0)