Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what method used to create/modify/update these drupal installations? #118

Closed
laurencefass opened this issue Apr 30, 2018 · 2 comments
Closed
Labels
question Usability question, not directly related to an error with the image

Comments

@laurencefass
Copy link

there are a variety of ways to install a drupal composer detailed here:

https://www.drupal.org/docs/develop/using-composer/using-composer-to-manage-drupal-site-dependencies

each one affects the way the installation is used, modified and updated.

what method was used to create these official drupal images?

how do i update my installation, add modules etc?

thanks

@wglambert wglambert added the question Usability question, not directly related to an error with the image label Apr 30, 2018
@tianon
Copy link
Member

tianon commented Apr 30, 2018

If you click one of the Dockerfile links at the top of https://hub.docker.com/_/drupal/, you can see the exact steps used to create this image.

We install as described in https://www.drupal.org/docs/7/install/step-1-download-and-extract-drupal#console, which is the most direct method for getting a Docker image which contains a single version of Drupal. See #3 for a long discussion about persistence while using this image (and some explicit examples depending on what you're trying to accomplish).

In the future, these sorts of questions/requests would be more appropriately posted to the Docker Community Forums, the Docker Community Slack, or Stack Overflow. Thanks!

@tianon tianon closed this as completed Apr 30, 2018
@laurencefass
Copy link
Author

many thanks im just getting up to speed with docker and drupal. targets for future questions duly noted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Usability question, not directly related to an error with the image
Projects
None yet
Development

No branches or pull requests

3 participants