fballiano / docker-magento2

Cluster ready Magento2 + Varnish 7 + PHP 8.1 + Redis 6.2 + Elasticsearch 7.17 + SSL
355 stars 164 forks source link

bind source path does not exist #33

Closed Umair-Ansari closed 3 years ago

Umair-Ansari commented 5 years ago

I am trying to configure but getting this error

vagrant_data_db_1 is up-to-date vagrant_data_cache_1 is up-to-date vagrant_data_sessions_1 is up-to-date vagrant_data_clusterdata_1 is up-to-date Creating vagrant_data_apache_1 ... error

ERROR: for vagrant_data_apache_1 Cannot create container for service apache: invalid mount config for type "bind": bind source path does not exist

ERROR: for apache Cannot create container for service apache: invalid mount config for type "bind": bind source path does not exist ERROR: Encountered errors while bringing up the project.

fballiano commented 5 years ago

do you have magento in the "magento2" directory, right next to the docker-compose file?

Umair-Ansari commented 5 years ago

That was my mistake, but after I place folder "magento2" right beside I got another error

Creating vagrant_data_cache_1 ... done Creating vagrant_data_db_1 ... done Creating vagrant_data_clusterdata_1 ... done Creating vagrant_data_sessions_1 ... done app: Creating vagrant_data_apache_1 ... Creating vagrant_data_apache_1 ... done app: Creating vagrant_data_varnish_1 ... Creating vagrant_data_varnish_1 ... error app: app: ERROR: for vagrant_data_varnish_1 Cannot start service varnish: oci runtime error: container_linux.go:235: starting container process caused "container init exited prematurely" app: app: app: ERROR: for varnish Cannot start service varnish: oci runtime error: container_linux.go:235: starting container process caused "container init exited prematurely" app: app: Encountered errors while bringing up the project.