Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 307 Vote(s) - 3.53 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to use docker with drupal and drush?

#1
I'd like to use [drush](

[To see links please register here]

). It needs to run in the drupal container. There's also a [drush docker repo](

[To see links please register here]

). But I have no clue how to make it available whithin the drupal container. It's my first docker and drupal project, so maybe I'm getting things completely wrong.

How can I use drush with this drupal docker image?
[

[To see links please register here]

][1]
Is it possible to manage it with docker-compose? Maybe extending the drupal container?

This is my `docker-compose.yml`:

mysql:
image: mysql:5.5
ports:
- "3306:3306"
environment:
- MYSQL_USER=xxxxx
- MYSQL_PASSWORD=xxxxxx
- MYSQL_ROOT_PASSWORD=xxxxxx
- MYSQL_DATABASE=xxxxxx

drupal:
image: drupal:8.0.4
links:
- mysql
ports:
- "8080:80"

[1]:

[To see links please register here]

Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through