You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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
The text was updated successfully, but these errors were encountered: