Skip to content

Commit ba407af

Browse files
author
Sabbir Ahmed
authored
Merge pull request #929 from rsayed007/docker-compose
add some basic docker-compose command
2 parents a52c6e4 + 4d1d6e1 commit ba407af

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

data/docker-compose.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,19 @@
4040
{
4141
"definition": "UP এর মাধ্যমে তৈরি কনটেইনার, নেটওয়ার্ক, ভলিউম এবং ইমেজ বন্ধ এবং রিমুভ করতে ",
4242
"code": "docker-compose down"
43+
},
44+
{
45+
"definition": "ডকার কন্টেইনার restart করতে",
46+
"code": "docker-compose restart"
47+
}
48+
,
49+
{
50+
"definition": "নির্দিষ্ট কন্টেইনারে প্রবেশ করতে",
51+
"code": "docker-compose exec <service_name> bash/sh"
52+
},
53+
{
54+
"definition": "ডকার কম্পোজ বিল্ড করা যাতে কোন cache না থাকে",
55+
"code": "docker-compose build --no-cache"
4356
}
4457
]
4558
},

0 commit comments

Comments
 (0)