We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b203880 + 1b45c3b commit bf53c20Copy full SHA for bf53c20
1 file changed
data/docker.json
@@ -158,7 +158,11 @@
158
},
159
{
160
"definition": "নির্দিষ্ট কন্টেইনারে প্রবেশ করতে",
161
- "code": "docker-compose exec container /bin/bash"
+ "code": "docker-compose exec <container_id> /bin/bash"
162
+ },
163
+ {
164
+ "definition": "নির্দিষ্ট কন্টেইনারে যে কোন কমান্ড রান করতে",
165
+ "code": "docker-compose exec -it <container_id> <command>"
166
167
168
"definition": "নেটওয়ার্ক সহ কন্টেইনার remove করতে",
0 commit comments