arvatoSCM / dockerize-magento2

Composer package for dockerizing Magento 2
Apache License 2.0
112 stars 56 forks source link

Cant install Sample Data #20

Closed elbrodelche closed 7 years ago

elbrodelche commented 7 years ago

Ive been trying to install sample data bin/console exec through sampledata:deploy and this is what i get:

Installation failed, reverting ./composer.json to its original content.

  [RuntimeException]                                                                                
  /var/www/html/vendor/magento/module-catalog-sample-data does not exist and could not be created.  

Is there any alternative way to install sample data? Thanks in advance.

elbrodelche commented 7 years ago

Solved, I had to enter as root: docker exec -u 0 -it [php machine] bash