We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e917a6 commit ba3b093Copy full SHA for ba3b093
1 file changed
data/docker.json
@@ -46,6 +46,10 @@
46
"definition": "List of all ডকার কন্টেইনার",
47
"code": "docker container ps -a"
48
},
49
+ {
50
+ "definition": "সকল রানিং ডকার কন্টেইনার",
51
+ "code": "docker container ls"
52
+ },
53
{
54
55
"code": "docker container list -a"
0 commit comments