Skip to content

Instantly share code, notes, and snippets.

@Schnitzel
Last active May 26, 2017 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Schnitzel/21373e17da259b5f6b4ed7a54f3a8a77 to your computer and use it in GitHub Desktop.
Save Schnitzel/21373e17da259b5f6b4ed7a54f3a8a77 to your computer and use it in GitHub Desktop.
Docker Machine (cachalot) vs Docker for Mac Performance Test

Hardware

Model Name:	MacBook Pro
Model Identifier:	MacBookPro13,3
Processor Name:	Intel Core i7
Processor Speed:	2.7 GHz
Number of Processors:	1
Total Number of Cores:	4
L2 Cache (per Core):	256 KB
L3 Cache:	8 MB
Memory:	16 GB
macOS Sierra 10.12.4 (16E195)

Docker Machine

$ docker info
Containers: 5
 Running: 4
 Paused: 0
 Stopped: 1
Images: 189
Server Version: 17.05.0-ce
Storage Driver: aufs
 Root Dir: /mnt/sda1/var/lib/docker/aufs
 Backing Filesystem: extfs
 Dirs: 358
 Dirperm1 Supported: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
 Volume: local
 Network: bridge host macvlan null overlay
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 9048e5e50717ea4497b757314bad98ea3763c145
runc version: 9c2d8d184e5da67c95d601382adf14862e4f2228
init version: 949e6fa
Security Options:
 seccomp
  Profile: default
Kernel Version: 4.4.66-boot2docker
Operating System: Boot2Docker 17.05.0-ce (TCL 7.2); HEAD : 5ed2840 - Fri May  5 21:04:09 UTC 2017
OSType: linux
Architecture: x86_64
CPUs: 4
Total Memory: 1.908GiB
Name: amazeeio-cachalot
ID: NSKD:OLJF:C6WR:BF5E:R47O:TL7S:WYCM:2SZU:SPPO:L242:DIDC:EF4Z
Docker Root Dir: /mnt/sda1/var/lib/docker
Debug Mode (client): false
Debug Mode (server): true
 File Descriptors: 35
 Goroutines: 39
 System Time: 2017-05-26T16:19:59.035715794Z
 EventsListeners: 1
Registry: https://index.docker.io/v1/
Labels:
 provider=virtualbox
Experimental: false
Insecure Registries:
 127.0.0.0/8
Live Restore Enabled: false

Docker for Mac

Containers: 3
 Running: 3
 Paused: 0
 Stopped: 0
Images: 5
Server Version: 17.05.0-ce
Storage Driver: overlay2
 Backing Filesystem: extfs
 Supports d_type: true
 Native Overlay Diff: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
 Volume: local
 Network: bridge host ipvlan macvlan null overlay
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 9048e5e50717ea4497b757314bad98ea3763c145
runc version: 9c2d8d184e5da67c95d601382adf14862e4f2228
init version: 949e6fa
Security Options:
 seccomp
  Profile: default
Kernel Version: 4.9.27-moby
Operating System: Alpine Linux v3.5
OSType: linux
Architecture: x86_64
CPUs: 4
Total Memory: 1.952GiB
Name: moby
ID: S3I7:OGKO:ZNHG:63MT:6JYU:5FTN:CHKU:3MTU:OETE:JT22:RGHK:JN6U
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): true
 File Descriptors: 35
 Goroutines: 42
 System Time: 2017-05-26T16:20:38.540163749Z
 EventsListeners: 2
No Proxy: *.local, 169.254/16
Registry: https://index.docker.io/v1/
Experimental: true
Insecure Registries:
 127.0.0.0/8
Live Restore Enabled: false
### CACHALOT
~/git/amazeeio/docker-performance-test/cachalot ~/git/amazeeio/docker-performance-test
### cachalot: removing old containers
Stopping cachalot.docker.amazee.io ... done
Removing cachalot.docker.amazee.io ... done
3 seconds
### cachalot: starting container
Creating cachalot.docker.amazee.io ...
Creating cachalot.docker.amazee.io ... done
2 seconds
### cachalot: remove old drupal folder
63 seconds
### cachalot: composer create project
Installing amazeeio/drupal-project (8.x-dev a4eca04d35cd8a04ffefb4f244af6b9266fde23e)
- Installing amazeeio/drupal-project (8.x-dev a4eca04): Cloning a4eca04d35 from cache
Created project in drupal
> DrupalProject\composer\ScriptHandler::checkComposerVersion
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 102 installs, 0 updates, 0 removals
- Installing drupal-composer/drupal-scaffold (2.3.0): Loading from cache
- Installing cweagans/composer-patches (1.6.1): Loading from cache
- Installing composer/installers (v1.3.0): Loading from cache
- Installing zendframework/zend-stdlib (3.1.0): Loading from cache
- Installing zendframework/zend-escaper (2.5.2): Loading from cache
- Installing zendframework/zend-feed (2.8.0): Loading from cache
- Installing psr/http-message (1.0.1): Loading from cache
- Installing zendframework/zend-diactoros (1.4.0): Loading from cache
- Installing twig/twig (v1.33.2): Loading from cache
- Installing symfony/yaml (v2.8.20): Loading from cache
- Installing symfony/polyfill-mbstring (v1.3.0): Loading from cache
- Installing symfony/translation (v2.8.20): Loading from cache
- Installing symfony/validator (v2.8.20): Loading from cache
- Installing ircmaxell/password-compat (v1.0.4): Loading from cache
- Installing symfony/polyfill-php55 (v1.3.0): Loading from cache
- Installing symfony/serializer (v2.8.20): Loading from cache
- Installing symfony/routing (v2.8.20): Loading from cache
- Installing symfony/polyfill-php54 (v1.3.0): Loading from cache
- Installing symfony/http-foundation (v2.8.20): Loading from cache
- Installing symfony/psr-http-message-bridge (v1.0.0): Loading from cache
- Installing symfony/process (v2.8.20): Loading from cache
- Installing symfony/polyfill-iconv (v1.3.0): Loading from cache
- Installing psr/log (1.0.2): Loading from cache
- Installing symfony/debug (v2.8.20): Loading from cache
- Installing symfony/event-dispatcher (v2.8.20): Loading from cache
- Installing symfony/http-kernel (v2.8.20): Loading from cache
- Installing symfony/dependency-injection (v2.8.20): Loading from cache
- Installing symfony/console (v2.8.20): Loading from cache
- Installing symfony/polyfill-apcu (v1.3.0): Loading from cache
- Installing symfony/class-loader (v2.8.20): Loading from cache
- Installing symfony-cmf/routing (1.4.1): Loading from cache
- Installing stack/builder (v1.0.4): Loading from cache
- Installing paragonie/random_compat (v2.0.10): Loading from cache
- Installing masterminds/html5 (2.2.2): Loading from cache
- Installing guzzlehttp/psr7 (1.4.2): Loading from cache
- Installing guzzlehttp/promises (v1.3.1): Loading from cache
- Installing guzzlehttp/guzzle (6.2.3): Loading from cache
- Installing doctrine/lexer (v1.0.1): Loading from cache
- Installing egulias/email-validator (1.2.14): Loading from cache
- Installing easyrdf/easyrdf (0.9.1): Loading from cache
- Installing doctrine/inflector (v1.1.0): Loading from cache
- Installing doctrine/collections (v1.4.0): Loading from cache
- Installing doctrine/cache (v1.6.1): Loading from cache
- Installing doctrine/annotations (v1.2.7): Loading from cache
- Installing doctrine/common (v2.7.2): Loading from cache
- Installing composer/semver (1.4.2): Loading from cache
- Installing asm89/stack-cors (1.1.0): Loading from cache
- Installing drupal/core (8.3.2): Loading from cache
- Installing webmozart/assert (1.2.0): Loading from cache
- Installing webmozart/path-util (2.3.0): Loading from cache
- Installing symfony/var-dumper (v2.8.20): Loading from cache
- Installing symfony/finder (v2.8.20): Loading from cache
- Installing jakub-onderka/php-console-color (0.1): Loading from cache
- Installing jakub-onderka/php-console-highlighter (v0.3.2): Loading from cache
- Installing dnoegel/php-xdg-base-dir (0.1): Loading from cache
- Installing nikic/php-parser (v3.0.5): Loading from cache
- Installing psy/psysh (v0.8.5): Loading from cache
- Installing phpdocumentor/reflection-docblock (2.0.5): Loading from cache
- Installing pear/console_table (v1.3.0): Loading from cache
- Installing consolidation/output-formatters (3.1.9): Loading from cache
- Installing consolidation/annotated-command (2.4.8): Loading from cache
- Installing drush/drush (8.1.11): Loading from cache
- Installing symfony/expression-language (v2.8.20): Loading from cache
- Installing gabordemooij/redbean (v4.3.4): Loading from cache
- Installing symfony/dom-crawler (v3.2.8): Loading from cache
- Installing symfony/css-selector (v2.8.20): Loading from cache
- Installing symfony/filesystem (v2.8.20): Loading from cache
- Installing alchemy/zippy (0.4.3): Loading from cache
- Installing drupal/console-extend-plugin (0.6.0): Loading from cache
- Installing webflo/drupal-finder (0.3.0): Loading from cache
- Installing symfony/config (v2.8.20): Loading from cache
- Installing stecman/symfony-console-completion (0.7.0): Loading from cache
- Installing drupal/console-en (1.0.0-rc20): Loading from cache
- Installing dflydev/placeholder-resolver (v1.0.2): Loading from cache
- Installing dflydev/dot-access-data (v1.1.0): Loading from cache
- Installing dflydev/dot-access-configuration (v1.0.1): Loading from cache
- Installing drupal/console-core (1.0.0-rc20): Loading from cache
- Installing drupal/console (1.0.0-rc20): Loading from cache
- Installing symfony/browser-kit (v3.2.8): Loading from cache
- Installing fabpot/goutte (v3.2.1): Loading from cache
- Installing behat/mink (v1.7.1): Loading from cache
- Installing behat/mink-browserkit-driver (v1.3.2): Loading from cache
- Installing behat/mink-goutte-driver (v1.2.1): Loading from cache
- Installing jcalderonzumba/gastonjs (v1.0.3): Loading from cache
- Installing jcalderonzumba/mink-phantomjs-driver (v0.3.3): Loading from cache
- Installing mikey179/vfsstream (v1.6.4): Loading from cache
- Installing sebastian/version (1.0.6): Loading from cache
- Installing sebastian/global-state (1.1.1): Loading from cache
- Installing sebastian/recursion-context (1.0.5): Loading from cache
- Installing sebastian/exporter (1.2.2): Loading from cache
- Installing sebastian/environment (1.3.8): Loading from cache
- Installing sebastian/diff (1.4.3): Loading from cache
- Installing sebastian/comparator (1.2.4): Loading from cache
- Installing doctrine/instantiator (1.0.5): Loading from cache
- Installing phpunit/php-text-template (1.2.1): Loading from cache
- Installing phpunit/phpunit-mock-objects (2.3.8): Loading from cache
- Installing phpunit/php-timer (1.0.9): Loading from cache
- Installing phpunit/php-file-iterator (1.4.2): Loading from cache
- Installing phpunit/php-token-stream (1.4.11): Loading from cache
- Installing phpunit/php-code-coverage (2.2.4): Loading from cache
- Installing phpspec/prophecy (v1.7.0): Loading from cache
- Installing phpunit/phpunit (4.8.35): Loading from cache
zendframework/zend-feed suggests installing zendframework/zend-cache (Zend\Cache component, for optionally caching feeds between requests)
zendframework/zend-feed suggests installing zendframework/zend-db (Zend\Db component, for use with PubSubHubbub)
zendframework/zend-feed suggests installing zendframework/zend-http (Zend\Http for PubSubHubbub, and optionally for use with Zend\Feed\Reader)
zendframework/zend-feed suggests installing zendframework/zend-servicemanager (Zend\ServiceManager component, for easily extending ExtensionManager implementations)
zendframework/zend-feed suggests installing zendframework/zend-validator (Zend\Validator component, for validating email addresses used in Atom feeds and entries ehen using the Writer subcomponent)
symfony/validator suggests installing symfony/intl ()
symfony/validator suggests installing symfony/property-access (For using the 2.4 Validator API)
symfony/serializer suggests installing symfony/property-access (For using the ObjectNormalizer.)
symfony/dependency-injection suggests installing symfony/proxy-manager-bridge (Generate service proxies to lazy load them)
paragonie/random_compat suggests installing ext-libsodium (Provides a modern crypto API that can be used to generate random bytes.)
easyrdf/easyrdf suggests installing ml/json-ld (~1.0)
symfony/var-dumper suggests installing ext-symfony_debug ()
psy/psysh suggests installing ext-pdo-sqlite (The doc command requires SQLite to work.)
psy/psysh suggests installing hoa/console (A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit.)
phpdocumentor/reflection-docblock suggests installing dflydev/markdown (~1.0)
phpdocumentor/reflection-docblock suggests installing erusev/parsedown (~1.0)
pear/console_table suggests installing pear/Console_Color2 (>=0.1.2)
drush/drush suggests installing drush/config-extra (Provides configuration workflow commands, such as config-merge.)
alchemy/zippy suggests installing guzzle/guzzle (To use the GuzzleTeleporter with Guzzle 3)
behat/mink suggests installing behat/mink-selenium2-driver (slow, but JS-enabled driver for any app (requires Selenium2))
behat/mink suggests installing behat/mink-zombie-driver (fast and JS-enabled headless driver for any app (requires node.js))
sebastian/global-state suggests installing ext-uopz (*)
phpunit/php-code-coverage suggests installing ext-xdebug (>=2.2.1)
phpunit/phpunit suggests installing phpunit/php-invoker (~1.1)
Writing lock file
Generating autoload files
Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)> DrupalProject\composer\ScriptHandler::createRequiredFiles
Create a sites/default/files directory with chmod 0777
129 seconds
### cachalot: drush site install 3x
You are about to DROP all tables in your 'drupal' database. Do you want to continue? (y/n): y
Starting Drupal installation. This takes a while. Consider using the --notify global option. [ok]
Installation complete. User name: blub User password: sHCEiCQKHr [ok]
Congratulations, you installed Drupal! [status]
29 seconds
You are about to DROP all tables in your 'drupal' database. Do you want to continue? (y/n): y
Starting Drupal installation. This takes a while. Consider using the --notify global option. [ok]
Installation complete. User name: blub User password: W9ZhheiHAM [ok]
Congratulations, you installed Drupal! [status]
31 seconds
You are about to DROP all tables in your 'drupal' database. Do you want to continue? (y/n): y
Starting Drupal installation. This takes a while. Consider using the --notify global option. [ok]
Installation complete. User name: blub User password: 62SQVoCAwp [ok]
Congratulations, you installed Drupal! [status]
30 seconds
### cachalot: drush cr 3x
Cache rebuild complete. [ok]
6 seconds
Cache rebuild complete. [ok]
4 seconds
Cache rebuild complete. [ok]
4 seconds
### cachalot: removing containers
Stopping cachalot.docker.amazee.io ... done
Removing cachalot.docker.amazee.io ... done
3 seconds
### Docker for Mac - cached
~/git/amazeeio/docker-performance-test/cached ~/git/amazeeio/docker-performance-test
### cached: removing old containers
Stopping cached.docker.amazee.io ... done
Removing cached.docker.amazee.io ... done
4 seconds
### cached: starting container
Creating cached.docker.amazee.io ...
Creating cached.docker.amazee.io ... done
2 seconds
### cached: remove old drupal folder
57 seconds
### cached: composer create project
Installing amazeeio/drupal-project (8.x-dev a4eca04d35cd8a04ffefb4f244af6b9266fde23e)
- Installing amazeeio/drupal-project (8.x-dev a4eca04): Cloning a4eca04d35 from cache
Created project in drupal
> DrupalProject\composer\ScriptHandler::checkComposerVersion
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 102 installs, 0 updates, 0 removals
- Installing drupal-composer/drupal-scaffold (2.3.0): Loading from cache
- Installing cweagans/composer-patches (1.6.1): Loading from cache
- Installing composer/installers (v1.3.0): Loading from cache
- Installing zendframework/zend-stdlib (3.1.0): Loading from cache
- Installing zendframework/zend-escaper (2.5.2): Loading from cache
- Installing zendframework/zend-feed (2.8.0): Loading from cache
- Installing psr/http-message (1.0.1): Loading from cache
- Installing zendframework/zend-diactoros (1.4.0): Loading from cache
- Installing twig/twig (v1.33.2): Loading from cache
- Installing symfony/yaml (v2.8.20): Loading from cache
- Installing symfony/polyfill-mbstring (v1.3.0): Loading from cache
- Installing symfony/translation (v2.8.20): Loading from cache
- Installing symfony/validator (v2.8.20): Loading from cache
- Installing ircmaxell/password-compat (v1.0.4): Loading from cache
- Installing symfony/polyfill-php55 (v1.3.0): Loading from cache
- Installing symfony/serializer (v2.8.20): Loading from cache
- Installing symfony/routing (v2.8.20): Loading from cache
- Installing symfony/polyfill-php54 (v1.3.0): Loading from cache
- Installing symfony/http-foundation (v2.8.20): Loading from cache
- Installing symfony/psr-http-message-bridge (v1.0.0): Loading from cache
- Installing symfony/process (v2.8.20): Loading from cache
- Installing symfony/polyfill-iconv (v1.3.0): Loading from cache
- Installing psr/log (1.0.2): Loading from cache
- Installing symfony/debug (v2.8.20): Loading from cache
- Installing symfony/event-dispatcher (v2.8.20): Loading from cache
- Installing symfony/http-kernel (v2.8.20): Loading from cache
- Installing symfony/dependency-injection (v2.8.20): Loading from cache
- Installing symfony/console (v2.8.20): Loading from cache
- Installing symfony/polyfill-apcu (v1.3.0): Loading from cache
- Installing symfony/class-loader (v2.8.20): Loading from cache
- Installing symfony-cmf/routing (1.4.1): Loading from cache
- Installing stack/builder (v1.0.4): Loading from cache
- Installing paragonie/random_compat (v2.0.10): Loading from cache
- Installing masterminds/html5 (2.2.2): Loading from cache
- Installing guzzlehttp/psr7 (1.4.2): Loading from cache
- Installing guzzlehttp/promises (v1.3.1): Loading from cache
- Installing guzzlehttp/guzzle (6.2.3): Loading from cache
- Installing doctrine/lexer (v1.0.1): Loading from cache
- Installing egulias/email-validator (1.2.14): Loading from cache
- Installing easyrdf/easyrdf (0.9.1): Loading from cache
- Installing doctrine/inflector (v1.1.0): Loading from cache
- Installing doctrine/collections (v1.4.0): Loading from cache
- Installing doctrine/cache (v1.6.1): Loading from cache
- Installing doctrine/annotations (v1.2.7): Loading from cache
- Installing doctrine/common (v2.7.2): Loading from cache
- Installing composer/semver (1.4.2): Loading from cache
- Installing asm89/stack-cors (1.1.0): Loading from cache
- Installing drupal/core (8.3.2): Loading from cache
- Installing webmozart/assert (1.2.0): Loading from cache
- Installing webmozart/path-util (2.3.0): Loading from cache
- Installing symfony/var-dumper (v2.8.20): Loading from cache
- Installing symfony/finder (v2.8.20): Loading from cache
- Installing jakub-onderka/php-console-color (0.1): Loading from cache
- Installing jakub-onderka/php-console-highlighter (v0.3.2): Loading from cache
- Installing dnoegel/php-xdg-base-dir (0.1): Loading from cache
- Installing nikic/php-parser (v3.0.5): Loading from cache
- Installing psy/psysh (v0.8.5): Loading from cache
- Installing phpdocumentor/reflection-docblock (2.0.5): Loading from cache
- Installing pear/console_table (v1.3.0): Loading from cache
- Installing consolidation/output-formatters (3.1.9): Loading from cache
- Installing consolidation/annotated-command (2.4.8): Loading from cache
- Installing drush/drush (8.1.11): Loading from cache
- Installing symfony/expression-language (v2.8.20): Loading from cache
- Installing gabordemooij/redbean (v4.3.4): Loading from cache
- Installing symfony/dom-crawler (v3.2.8): Loading from cache
- Installing symfony/css-selector (v2.8.20): Loading from cache
- Installing symfony/filesystem (v2.8.20): Loading from cache
- Installing alchemy/zippy (0.4.3): Loading from cache
- Installing drupal/console-extend-plugin (0.6.0): Loading from cache
- Installing webflo/drupal-finder (0.3.0): Loading from cache
- Installing symfony/config (v2.8.20): Loading from cache
- Installing stecman/symfony-console-completion (0.7.0): Loading from cache
- Installing drupal/console-en (1.0.0-rc20): Loading from cache
- Installing dflydev/placeholder-resolver (v1.0.2): Loading from cache
- Installing dflydev/dot-access-data (v1.1.0): Loading from cache
- Installing dflydev/dot-access-configuration (v1.0.1): Loading from cache
- Installing drupal/console-core (1.0.0-rc20): Loading from cache
- Installing drupal/console (1.0.0-rc20): Loading from cache
- Installing symfony/browser-kit (v3.2.8): Loading from cache
- Installing fabpot/goutte (v3.2.1): Loading from cache
- Installing behat/mink (v1.7.1): Loading from cache
- Installing behat/mink-browserkit-driver (v1.3.2): Loading from cache
- Installing behat/mink-goutte-driver (v1.2.1): Loading from cache
- Installing jcalderonzumba/gastonjs (v1.0.3): Loading from cache
- Installing jcalderonzumba/mink-phantomjs-driver (v0.3.3): Loading from cache
- Installing mikey179/vfsstream (v1.6.4): Loading from cache
- Installing sebastian/version (1.0.6): Loading from cache
- Installing sebastian/global-state (1.1.1): Loading from cache
- Installing sebastian/recursion-context (1.0.5): Loading from cache
- Installing sebastian/exporter (1.2.2): Loading from cache
- Installing sebastian/environment (1.3.8): Loading from cache
- Installing sebastian/diff (1.4.3): Loading from cache
- Installing sebastian/comparator (1.2.4): Loading from cache
- Installing doctrine/instantiator (1.0.5): Loading from cache
- Installing phpunit/php-text-template (1.2.1): Loading from cache
- Installing phpunit/phpunit-mock-objects (2.3.8): Loading from cache
- Installing phpunit/php-timer (1.0.9): Loading from cache
- Installing phpunit/php-file-iterator (1.4.2): Loading from cache
- Installing phpunit/php-token-stream (1.4.11): Loading from cache
- Installing phpunit/php-code-coverage (2.2.4): Loading from cache
- Installing phpspec/prophecy (v1.7.0): Loading from cache
- Installing phpunit/phpunit (4.8.35): Loading from cache
zendframework/zend-feed suggests installing zendframework/zend-cache (Zend\Cache component, for optionally caching feeds between requests)
zendframework/zend-feed suggests installing zendframework/zend-db (Zend\Db component, for use with PubSubHubbub)
zendframework/zend-feed suggests installing zendframework/zend-http (Zend\Http for PubSubHubbub, and optionally for use with Zend\Feed\Reader)
zendframework/zend-feed suggests installing zendframework/zend-servicemanager (Zend\ServiceManager component, for easily extending ExtensionManager implementations)
zendframework/zend-feed suggests installing zendframework/zend-validator (Zend\Validator component, for validating email addresses used in Atom feeds and entries ehen using the Writer subcomponent)
symfony/validator suggests installing symfony/intl ()
symfony/validator suggests installing symfony/property-access (For using the 2.4 Validator API)
symfony/serializer suggests installing symfony/property-access (For using the ObjectNormalizer.)
symfony/dependency-injection suggests installing symfony/proxy-manager-bridge (Generate service proxies to lazy load them)
paragonie/random_compat suggests installing ext-libsodium (Provides a modern crypto API that can be used to generate random bytes.)
easyrdf/easyrdf suggests installing ml/json-ld (~1.0)
symfony/var-dumper suggests installing ext-symfony_debug ()
psy/psysh suggests installing ext-pdo-sqlite (The doc command requires SQLite to work.)
psy/psysh suggests installing hoa/console (A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit.)
phpdocumentor/reflection-docblock suggests installing dflydev/markdown (~1.0)
phpdocumentor/reflection-docblock suggests installing erusev/parsedown (~1.0)
pear/console_table suggests installing pear/Console_Color2 (>=0.1.2)
drush/drush suggests installing drush/config-extra (Provides configuration workflow commands, such as config-merge.)
alchemy/zippy suggests installing guzzle/guzzle (To use the GuzzleTeleporter with Guzzle 3)
behat/mink suggests installing behat/mink-selenium2-driver (slow, but JS-enabled driver for any app (requires Selenium2))
behat/mink suggests installing behat/mink-zombie-driver (fast and JS-enabled headless driver for any app (requires node.js))
sebastian/global-state suggests installing ext-uopz (*)
phpunit/php-code-coverage suggests installing ext-xdebug (>=2.2.1)
phpunit/phpunit suggests installing phpunit/php-invoker (~1.1)
Writing lock file
Generating autoload files
Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)> DrupalProject\composer\ScriptHandler::createRequiredFiles
Create a sites/default/files directory with chmod 0777
106 seconds
### cached: drush site install 3x
You are about to DROP all tables in your 'drupal' database. Do you want to continue? (y/n): y
Starting Drupal installation. This takes a while. Consider using the --notify global option. [ok]
Installation complete. User name: blub User password: ixVRpm8mP8 [ok]
Congratulations, you installed Drupal! [status]
40 seconds
You are about to DROP all tables in your 'drupal' database. Do you want to continue? (y/n): y
Starting Drupal installation. This takes a while. Consider using the --notify global option. [ok]
Installation complete. User name: blub User password: c2dw3cWccU [ok]
Congratulations, you installed Drupal! [status]
40 seconds
You are about to DROP all tables in your 'drupal' database. Do you want to continue? (y/n): y
Starting Drupal installation. This takes a while. Consider using the --notify global option. [ok]
Installation complete. User name: blub User password: tcd4Q7v92M [ok]
Congratulations, you installed Drupal! [status]
37 seconds
### cached: drush cr 3x
Cache rebuild complete. [ok]
7 seconds
Cache rebuild complete. [ok]
7 seconds
Cache rebuild complete. [ok]
6 seconds
### cached: removing containers
Stopping cached.docker.amazee.io ... done
Removing cached.docker.amazee.io ... done
5 seconds
### Docker for Mac - consistent
~/git/amazeeio/docker-performance-test/consistent ~/git/amazeeio/docker-performance-test
### consistent: removing old containers
1 seconds
### consistent: starting container
Creating consistent.docker.amazee.io ...
Creating consistent.docker.amazee.io ... done
2 seconds
### consistent: remove old drupal folder
73 seconds
### consistent: composer create project
Installing amazeeio/drupal-project (8.x-dev a4eca04d35cd8a04ffefb4f244af6b9266fde23e)
- Installing amazeeio/drupal-project (8.x-dev a4eca04): Cloning a4eca04d35 from cache
Created project in drupal
> DrupalProject\composer\ScriptHandler::checkComposerVersion
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 102 installs, 0 updates, 0 removals
- Installing drupal-composer/drupal-scaffold (2.3.0): Loading from cache
- Installing cweagans/composer-patches (1.6.1): Loading from cache
- Installing composer/installers (v1.3.0): Loading from cache
- Installing zendframework/zend-stdlib (3.1.0): Loading from cache
- Installing zendframework/zend-escaper (2.5.2): Loading from cache
- Installing zendframework/zend-feed (2.8.0): Loading from cache
- Installing psr/http-message (1.0.1): Loading from cache
- Installing zendframework/zend-diactoros (1.4.0): Loading from cache
- Installing twig/twig (v1.33.2): Loading from cache
- Installing symfony/yaml (v2.8.20): Loading from cache
- Installing symfony/polyfill-mbstring (v1.3.0): Loading from cache
- Installing symfony/translation (v2.8.20): Loading from cache
- Installing symfony/validator (v2.8.20): Loading from cache
- Installing ircmaxell/password-compat (v1.0.4): Loading from cache
- Installing symfony/polyfill-php55 (v1.3.0): Loading from cache
- Installing symfony/serializer (v2.8.20): Loading from cache
- Installing symfony/routing (v2.8.20): Loading from cache
- Installing symfony/polyfill-php54 (v1.3.0): Loading from cache
- Installing symfony/http-foundation (v2.8.20): Loading from cache
- Installing symfony/psr-http-message-bridge (v1.0.0): Loading from cache
- Installing symfony/process (v2.8.20): Loading from cache
- Installing symfony/polyfill-iconv (v1.3.0): Loading from cache
- Installing psr/log (1.0.2): Loading from cache
- Installing symfony/debug (v2.8.20): Loading from cache
- Installing symfony/event-dispatcher (v2.8.20): Loading from cache
- Installing symfony/http-kernel (v2.8.20): Loading from cache
- Installing symfony/dependency-injection (v2.8.20): Loading from cache
- Installing symfony/console (v2.8.20): Loading from cache
- Installing symfony/polyfill-apcu (v1.3.0): Loading from cache
- Installing symfony/class-loader (v2.8.20): Loading from cache
- Installing symfony-cmf/routing (1.4.1): Loading from cache
- Installing stack/builder (v1.0.4): Loading from cache
- Installing paragonie/random_compat (v2.0.10): Loading from cache
- Installing masterminds/html5 (2.2.2): Loading from cache
- Installing guzzlehttp/psr7 (1.4.2): Loading from cache
- Installing guzzlehttp/promises (v1.3.1): Loading from cache
- Installing guzzlehttp/guzzle (6.2.3): Loading from cache
- Installing doctrine/lexer (v1.0.1): Loading from cache
- Installing egulias/email-validator (1.2.14): Loading from cache
- Installing easyrdf/easyrdf (0.9.1): Loading from cache
- Installing doctrine/inflector (v1.1.0): Loading from cache
- Installing doctrine/collections (v1.4.0): Loading from cache
- Installing doctrine/cache (v1.6.1): Loading from cache
- Installing doctrine/annotations (v1.2.7): Loading from cache
- Installing doctrine/common (v2.7.2): Loading from cache
- Installing composer/semver (1.4.2): Loading from cache
- Installing asm89/stack-cors (1.1.0): Loading from cache
- Installing drupal/core (8.3.2): Loading from cache
- Installing webmozart/assert (1.2.0): Loading from cache
- Installing webmozart/path-util (2.3.0): Loading from cache
- Installing symfony/var-dumper (v2.8.20): Loading from cache
- Installing symfony/finder (v2.8.20): Loading from cache
- Installing jakub-onderka/php-console-color (0.1): Loading from cache
- Installing jakub-onderka/php-console-highlighter (v0.3.2): Loading from cache
- Installing dnoegel/php-xdg-base-dir (0.1): Loading from cache
- Installing nikic/php-parser (v3.0.5): Loading from cache
- Installing psy/psysh (v0.8.5): Loading from cache
- Installing phpdocumentor/reflection-docblock (2.0.5): Loading from cache
- Installing pear/console_table (v1.3.0): Loading from cache
- Installing consolidation/output-formatters (3.1.9): Loading from cache
- Installing consolidation/annotated-command (2.4.8): Loading from cache
- Installing drush/drush (8.1.11): Loading from cache
- Installing symfony/expression-language (v2.8.20): Loading from cache
- Installing gabordemooij/redbean (v4.3.4): Loading from cache
- Installing symfony/dom-crawler (v3.2.8): Loading from cache
- Installing symfony/css-selector (v2.8.20): Loading from cache
- Installing symfony/filesystem (v2.8.20): Loading from cache
- Installing alchemy/zippy (0.4.3): Loading from cache
- Installing drupal/console-extend-plugin (0.6.0): Loading from cache
- Installing webflo/drupal-finder (0.3.0): Loading from cache
- Installing symfony/config (v2.8.20): Loading from cache
- Installing stecman/symfony-console-completion (0.7.0): Loading from cache
- Installing drupal/console-en (1.0.0-rc20): Loading from cache
- Installing dflydev/placeholder-resolver (v1.0.2): Loading from cache
- Installing dflydev/dot-access-data (v1.1.0): Loading from cache
- Installing dflydev/dot-access-configuration (v1.0.1): Loading from cache
- Installing drupal/console-core (1.0.0-rc20): Loading from cache
- Installing drupal/console (1.0.0-rc20): Loading from cache
- Installing symfony/browser-kit (v3.2.8): Loading from cache
- Installing fabpot/goutte (v3.2.1): Loading from cache
- Installing behat/mink (v1.7.1): Loading from cache
- Installing behat/mink-browserkit-driver (v1.3.2): Loading from cache
- Installing behat/mink-goutte-driver (v1.2.1): Loading from cache
- Installing jcalderonzumba/gastonjs (v1.0.3): Loading from cache
- Installing jcalderonzumba/mink-phantomjs-driver (v0.3.3): Loading from cache
- Installing mikey179/vfsstream (v1.6.4): Loading from cache
- Installing sebastian/version (1.0.6): Loading from cache
- Installing sebastian/global-state (1.1.1): Loading from cache
- Installing sebastian/recursion-context (1.0.5): Loading from cache
- Installing sebastian/exporter (1.2.2): Loading from cache
- Installing sebastian/environment (1.3.8): Loading from cache
- Installing sebastian/diff (1.4.3): Loading from cache
- Installing sebastian/comparator (1.2.4): Loading from cache
- Installing doctrine/instantiator (1.0.5): Loading from cache
- Installing phpunit/php-text-template (1.2.1): Loading from cache
- Installing phpunit/phpunit-mock-objects (2.3.8): Loading from cache
- Installing phpunit/php-timer (1.0.9): Loading from cache
- Installing phpunit/php-file-iterator (1.4.2): Loading from cache
- Installing phpunit/php-token-stream (1.4.11): Loading from cache
- Installing phpunit/php-code-coverage (2.2.4): Loading from cache
- Installing phpspec/prophecy (v1.7.0): Loading from cache
- Installing phpunit/phpunit (4.8.35): Loading from cache
zendframework/zend-feed suggests installing zendframework/zend-cache (Zend\Cache component, for optionally caching feeds between requests)
zendframework/zend-feed suggests installing zendframework/zend-db (Zend\Db component, for use with PubSubHubbub)
zendframework/zend-feed suggests installing zendframework/zend-http (Zend\Http for PubSubHubbub, and optionally for use with Zend\Feed\Reader)
zendframework/zend-feed suggests installing zendframework/zend-servicemanager (Zend\ServiceManager component, for easily extending ExtensionManager implementations)
zendframework/zend-feed suggests installing zendframework/zend-validator (Zend\Validator component, for validating email addresses used in Atom feeds and entries ehen using the Writer subcomponent)
symfony/validator suggests installing symfony/intl ()
symfony/validator suggests installing symfony/property-access (For using the 2.4 Validator API)
symfony/serializer suggests installing symfony/property-access (For using the ObjectNormalizer.)
symfony/dependency-injection suggests installing symfony/proxy-manager-bridge (Generate service proxies to lazy load them)
paragonie/random_compat suggests installing ext-libsodium (Provides a modern crypto API that can be used to generate random bytes.)
easyrdf/easyrdf suggests installing ml/json-ld (~1.0)
symfony/var-dumper suggests installing ext-symfony_debug ()
psy/psysh suggests installing ext-pdo-sqlite (The doc command requires SQLite to work.)
psy/psysh suggests installing hoa/console (A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit.)
phpdocumentor/reflection-docblock suggests installing dflydev/markdown (~1.0)
phpdocumentor/reflection-docblock suggests installing erusev/parsedown (~1.0)
pear/console_table suggests installing pear/Console_Color2 (>=0.1.2)
drush/drush suggests installing drush/config-extra (Provides configuration workflow commands, such as config-merge.)
alchemy/zippy suggests installing guzzle/guzzle (To use the GuzzleTeleporter with Guzzle 3)
behat/mink suggests installing behat/mink-selenium2-driver (slow, but JS-enabled driver for any app (requires Selenium2))
behat/mink suggests installing behat/mink-zombie-driver (fast and JS-enabled headless driver for any app (requires node.js))
sebastian/global-state suggests installing ext-uopz (*)
phpunit/php-code-coverage suggests installing ext-xdebug (>=2.2.1)
phpunit/phpunit suggests installing phpunit/php-invoker (~1.1)
Writing lock file
Generating autoload files
Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)> DrupalProject\composer\ScriptHandler::createRequiredFiles
Create a sites/default/files directory with chmod 0777
179 seconds
### consistent: drush site install 3x
You are about to DROP all tables in your 'drupal' database. Do you want to continue? (y/n): y
Starting Drupal installation. This takes a while. Consider using the --notify global option. [ok]
Installation complete. User name: blub User password: uBRFaavTFq [ok]
Congratulations, you installed Drupal! [status]
76 seconds
You are about to DROP all tables in your 'drupal' database. Do you want to continue? (y/n): y
Starting Drupal installation. This takes a while. Consider using the --notify global option. [ok]
Installation complete. User name: blub User password: eKvoTEnJEU [ok]
Congratulations, you installed Drupal! [status]
84 seconds
You are about to DROP all tables in your 'drupal' database. Do you want to continue? (y/n): y
Starting Drupal installation. This takes a while. Consider using the --notify global option. [ok]
Installation complete. User name: blub User password: NAwnqsMg5t [ok]
Congratulations, you installed Drupal! [status]
80 seconds
### consistent: drush cr 3x
Cache rebuild complete. [ok]
16 seconds
Cache rebuild complete. [ok]
14 seconds
Cache rebuild complete. [ok]
13 seconds
### consistent: removing containers
Stopping consistent.docker.amazee.io ... done
Removing consistent.docker.amazee.io ... done
4 seconds
### Docker for Mac - delegated
~/git/amazeeio/docker-performance-test/delegated ~/git/amazeeio/docker-performance-test
### delegated: removing old containers
Stopping delegated.docker.amazee.io ... done
Removing delegated.docker.amazee.io ... done
5 seconds
### delegated: starting container
Creating delegated.docker.amazee.io ...
Creating delegated.docker.amazee.io ... done
2 seconds
### delegated: remove old drupal folder
2 seconds
### delegated: composer create project
Installing amazeeio/drupal-project (8.x-dev a4eca04d35cd8a04ffefb4f244af6b9266fde23e)
- Installing amazeeio/drupal-project (8.x-dev a4eca04): Cloning a4eca04d35 from cache
Created project in drupal
> DrupalProject\composer\ScriptHandler::checkComposerVersion
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 102 installs, 0 updates, 0 removals
- Installing drupal-composer/drupal-scaffold (2.3.0): Loading from cache
- Installing cweagans/composer-patches (1.6.1): Loading from cache
- Installing composer/installers (v1.3.0): Loading from cache
- Installing zendframework/zend-stdlib (3.1.0): Loading from cache
- Installing zendframework/zend-escaper (2.5.2): Loading from cache
- Installing zendframework/zend-feed (2.8.0): Loading from cache
- Installing psr/http-message (1.0.1): Loading from cache
- Installing zendframework/zend-diactoros (1.4.0): Loading from cache
- Installing twig/twig (v1.33.2): Loading from cache
- Installing symfony/yaml (v2.8.20): Loading from cache
- Installing symfony/polyfill-mbstring (v1.3.0): Loading from cache
- Installing symfony/translation (v2.8.20): Loading from cache
- Installing symfony/validator (v2.8.20): Loading from cache
- Installing ircmaxell/password-compat (v1.0.4): Loading from cache
- Installing symfony/polyfill-php55 (v1.3.0): Loading from cache
- Installing symfony/serializer (v2.8.20): Loading from cache
- Installing symfony/routing (v2.8.20): Loading from cache
- Installing symfony/polyfill-php54 (v1.3.0): Loading from cache
- Installing symfony/http-foundation (v2.8.20): Loading from cache
- Installing symfony/psr-http-message-bridge (v1.0.0): Loading from cache
- Installing symfony/process (v2.8.20): Loading from cache
- Installing symfony/polyfill-iconv (v1.3.0): Loading from cache
- Installing psr/log (1.0.2): Loading from cache
- Installing symfony/debug (v2.8.20): Loading from cache
- Installing symfony/event-dispatcher (v2.8.20): Loading from cache
- Installing symfony/http-kernel (v2.8.20): Loading from cache
- Installing symfony/dependency-injection (v2.8.20): Loading from cache
- Installing symfony/console (v2.8.20): Loading from cache
- Installing symfony/polyfill-apcu (v1.3.0): Loading from cache
- Installing symfony/class-loader (v2.8.20): Loading from cache
- Installing symfony-cmf/routing (1.4.1): Loading from cache
- Installing stack/builder (v1.0.4): Loading from cache
- Installing paragonie/random_compat (v2.0.10): Loading from cache
- Installing masterminds/html5 (2.2.2): Loading from cache
- Installing guzzlehttp/psr7 (1.4.2): Loading from cache
- Installing guzzlehttp/promises (v1.3.1): Loading from cache
- Installing guzzlehttp/guzzle (6.2.3): Loading from cache
- Installing doctrine/lexer (v1.0.1): Loading from cache
- Installing egulias/email-validator (1.2.14): Loading from cache
- Installing easyrdf/easyrdf (0.9.1): Loading from cache
- Installing doctrine/inflector (v1.1.0): Loading from cache
- Installing doctrine/collections (v1.4.0): Loading from cache
- Installing doctrine/cache (v1.6.1): Loading from cache
- Installing doctrine/annotations (v1.2.7): Loading from cache
- Installing doctrine/common (v2.7.2): Loading from cache
- Installing composer/semver (1.4.2): Loading from cache
- Installing asm89/stack-cors (1.1.0): Loading from cache
- Installing drupal/core (8.3.2): Loading from cache
- Installing webmozart/assert (1.2.0): Loading from cache
- Installing webmozart/path-util (2.3.0): Loading from cache
- Installing symfony/var-dumper (v2.8.20): Loading from cache
- Installing symfony/finder (v2.8.20): Loading from cache
- Installing jakub-onderka/php-console-color (0.1): Loading from cache
- Installing jakub-onderka/php-console-highlighter (v0.3.2): Loading from cache
- Installing dnoegel/php-xdg-base-dir (0.1): Loading from cache
- Installing nikic/php-parser (v3.0.5): Loading from cache
- Installing psy/psysh (v0.8.5): Loading from cache
- Installing phpdocumentor/reflection-docblock (2.0.5): Loading from cache
- Installing pear/console_table (v1.3.0): Loading from cache
- Installing consolidation/output-formatters (3.1.9): Loading from cache
- Installing consolidation/annotated-command (2.4.8): Loading from cache
- Installing drush/drush (8.1.11): Loading from cache
- Installing symfony/expression-language (v2.8.20): Loading from cache
- Installing gabordemooij/redbean (v4.3.4): Loading from cache
- Installing symfony/dom-crawler (v3.2.8): Loading from cache
- Installing symfony/css-selector (v2.8.20): Loading from cache
- Installing symfony/filesystem (v2.8.20): Loading from cache
- Installing alchemy/zippy (0.4.3): Loading from cache
- Installing drupal/console-extend-plugin (0.6.0): Loading from cache
- Installing webflo/drupal-finder (0.3.0): Loading from cache
- Installing symfony/config (v2.8.20): Loading from cache
- Installing stecman/symfony-console-completion (0.7.0): Loading from cache
- Installing drupal/console-en (1.0.0-rc20): Loading from cache
- Installing dflydev/placeholder-resolver (v1.0.2): Loading from cache
- Installing dflydev/dot-access-data (v1.1.0): Loading from cache
- Installing dflydev/dot-access-configuration (v1.0.1): Loading from cache
- Installing drupal/console-core (1.0.0-rc20): Loading from cache
- Installing drupal/console (1.0.0-rc20): Loading from cache
- Installing symfony/browser-kit (v3.2.8): Loading from cache
- Installing fabpot/goutte (v3.2.1): Loading from cache
- Installing behat/mink (v1.7.1): Loading from cache
- Installing behat/mink-browserkit-driver (v1.3.2): Loading from cache
- Installing behat/mink-goutte-driver (v1.2.1): Loading from cache
- Installing jcalderonzumba/gastonjs (v1.0.3): Loading from cache
- Installing jcalderonzumba/mink-phantomjs-driver (v0.3.3): Loading from cache
- Installing mikey179/vfsstream (v1.6.4): Loading from cache
- Installing sebastian/version (1.0.6): Loading from cache
- Installing sebastian/global-state (1.1.1): Loading from cache
- Installing sebastian/recursion-context (1.0.5): Loading from cache
- Installing sebastian/exporter (1.2.2): Loading from cache
- Installing sebastian/environment (1.3.8): Loading from cache
- Installing sebastian/diff (1.4.3): Loading from cache
- Installing sebastian/comparator (1.2.4): Loading from cache
- Installing doctrine/instantiator (1.0.5): Loading from cache
- Installing phpunit/php-text-template (1.2.1): Loading from cache
- Installing phpunit/phpunit-mock-objects (2.3.8): Loading from cache
- Installing phpunit/php-timer (1.0.9): Loading from cache
- Installing phpunit/php-file-iterator (1.4.2): Loading from cache
- Installing phpunit/php-token-stream (1.4.11): Loading from cache
- Installing phpunit/php-code-coverage (2.2.4): Loading from cache
- Installing phpspec/prophecy (v1.7.0): Loading from cache
- Installing phpunit/phpunit (4.8.35): Loading from cache
zendframework/zend-feed suggests installing zendframework/zend-cache (Zend\Cache component, for optionally caching feeds between requests)
zendframework/zend-feed suggests installing zendframework/zend-db (Zend\Db component, for use with PubSubHubbub)
zendframework/zend-feed suggests installing zendframework/zend-http (Zend\Http for PubSubHubbub, and optionally for use with Zend\Feed\Reader)
zendframework/zend-feed suggests installing zendframework/zend-servicemanager (Zend\ServiceManager component, for easily extending ExtensionManager implementations)
zendframework/zend-feed suggests installing zendframework/zend-validator (Zend\Validator component, for validating email addresses used in Atom feeds and entries ehen using the Writer subcomponent)
symfony/validator suggests installing symfony/intl ()
symfony/validator suggests installing symfony/property-access (For using the 2.4 Validator API)
symfony/serializer suggests installing symfony/property-access (For using the ObjectNormalizer.)
symfony/dependency-injection suggests installing symfony/proxy-manager-bridge (Generate service proxies to lazy load them)
paragonie/random_compat suggests installing ext-libsodium (Provides a modern crypto API that can be used to generate random bytes.)
easyrdf/easyrdf suggests installing ml/json-ld (~1.0)
symfony/var-dumper suggests installing ext-symfony_debug ()
psy/psysh suggests installing ext-pdo-sqlite (The doc command requires SQLite to work.)
psy/psysh suggests installing hoa/console (A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit.)
phpdocumentor/reflection-docblock suggests installing dflydev/markdown (~1.0)
phpdocumentor/reflection-docblock suggests installing erusev/parsedown (~1.0)
pear/console_table suggests installing pear/Console_Color2 (>=0.1.2)
drush/drush suggests installing drush/config-extra (Provides configuration workflow commands, such as config-merge.)
alchemy/zippy suggests installing guzzle/guzzle (To use the GuzzleTeleporter with Guzzle 3)
behat/mink suggests installing behat/mink-selenium2-driver (slow, but JS-enabled driver for any app (requires Selenium2))
behat/mink suggests installing behat/mink-zombie-driver (fast and JS-enabled headless driver for any app (requires node.js))
sebastian/global-state suggests installing ext-uopz (*)
phpunit/php-code-coverage suggests installing ext-xdebug (>=2.2.1)
phpunit/phpunit suggests installing phpunit/php-invoker (~1.1)
Writing lock file
Generating autoload files
Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)Downloading (100%)> DrupalProject\composer\ScriptHandler::createRequiredFiles
Create a sites/default/files directory with chmod 0777
134 seconds
### delegated: drush site install 3x
You are about to DROP all tables in your 'drupal' database. Do you want to continue? (y/n): y
Starting Drupal installation. This takes a while. Consider using the --notify global option. [ok]
Installation complete. User name: blub User password: V9jPbEU3Qa [ok]
Congratulations, you installed Drupal! [status]
36 seconds
You are about to DROP all tables in your 'drupal' database. Do you want to continue? (y/n): y
Starting Drupal installation. This takes a while. Consider using the --notify global option. [ok]
Installation complete. User name: blub User password: DYph3mnXen [ok]
Congratulations, you installed Drupal! [status]
36 seconds
You are about to DROP all tables in your 'drupal' database. Do you want to continue? (y/n): y
Starting Drupal installation. This takes a while. Consider using the --notify global option. [ok]
Installation complete. User name: blub User password: sbFwD2A6AE [ok]
Congratulations, you installed Drupal! [status]
34 seconds
### delegated: drush cr 3x
Cache rebuild complete. [ok]
6 seconds
Cache rebuild complete. [ok]
5 seconds
Cache rebuild complete. [ok]
5 seconds
### delegated: removing containers
Stopping delegated.docker.amazee.io ... done
Removing delegated.docker.amazee.io ... done
4 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment