This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Drush Docker Container | |
FROM drush/drush:7-alpine | |
# Set the Drush version. | |
ENV DRUSH_VERSION 7.3.0 | |
# Install Drush using Composer. | |
RUN composer global require drush/drush:"$DRUSH_VERSION" --prefer-dist | |
# Display which version of Drush was installed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The import failed due to the following reasons: | |
Configuration <em class="placeholder">block.block.bluemarine_user_login</em> depends on the <em class="placeholder">bluemarine</em> theme that will not be installed after import. | |
Configuration <em class="placeholder">block.block.chameleon_node_syndicate</em> depends on the <em class="placeholder">chameleon</em> theme that will not be installed after import. | |
Configuration <em class="placeholder">block.block.chameleon_user_login</em> depends on the <em class="placeholder">chameleon</em> theme that will not be installed after import. | |
Configuration <em class="placeholder">block.block.chameleon_user_online</em> depends on the <em class="placeholder">chameleon</em> theme that will not be installed after import. | |
Configuration <em class="placeholder">block.block.connections_search_form</em> depends |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant up ─╯ | |
Bringing machine 'secretsite' up with 'virtualbox' provider... | |
==> secretsite: Cloning VM... | |
==> secretsite: Matching MAC address for NAT networking... | |
==> secretsite: Checking if box 'geerlingguy/ubuntu1604' version '1.3.5' is up to date... | |
==> secretsite: Setting the name of the VM: local.secretsite.org | |
==> secretsite: Fixed port collision for 22 => 2222. Now on port 2200. | |
==> secretsite: Clearing any previously set network interfaces... | |
==> secretsite: Preparing network interfaces based on configuration... | |
secretsite: Adapter 1: nat |
OlderNewer