markdown docker-compose片段
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown docker-compose片段相关的知识,希望对你有一定的参考价值。
Run composer install:
`docker-compose run --rm composer install`
Magento bin/magento:
`docker-compose exec php bin/magento`
Show magento configuration
`bin/magento config:show`
Edit magento config
`bin/magento config:set percorso/da/modificare 1|0|"stringa"`
Dump della configurazione
`bin/magento app:config:dump`
per liberare spazio su docker:
`docker ps --filter status=dead --filter status=exited -aq | xargs -r docker rm -v`
`docker ps --filter status=dead --filter status=exited -aq | xargs -r docker rm -v`
以上是关于markdown docker-compose片段的主要内容,如果未能解决你的问题,请参考以下文章
markdown docker-composeを使ったrails gとか
markdown 终端:SSH进入docker-compose服务container.md
markdown 如何在Mac上为Docker和Docker-Compose配置Bash Completion
VS Code配置markdown代码片段
VS Code配置markdown代码片段
markdown 正则表达式模式片段