Skip to content

Instantly share code, notes, and snippets.

@bluvertigo
Last active June 27, 2018 09:14
Show Gist options
  • Select an option

  • Save bluvertigo/61a6bd6eeab8028c7ca30ecba3c1bddf to your computer and use it in GitHub Desktop.

Select an option

Save bluvertigo/61a6bd6eeab8028c7ca30ecba3c1bddf to your computer and use it in GitHub Desktop.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment