To speed up volumne mounting between Docker and your Mac:
- Install vagrant-bindfs
vagrant plugin install vagrant-bindfs
- Update your Vagrantfile:
To speed up volumne mounting between Docker and your Mac:
vagrant plugin install vagrant-bindfs
#!/bin/bash | |
# | |
# This script will mount /Users in the boot2docker VM using NFS (instead of the | |
# default vboxsf). It's probably not a good idea to run it while there are | |
# Docker containers running in boot2docker. | |
# | |
# Usage: sudo ./boot2docker-use-nfs.sh | |
# |
<?php | |
/** | |
* array_merge_recursive_numeric function. Merges N arrays into one array AND sums the values of identical keys. | |
* WARNING: If keys have values of different types, the latter values replace the previous ones. | |
* | |
* Example: | |
* | |
* $a = array( "A" => "bob", "sum" => 10, "C" => array("x","y","z" => 50) ); | |
* $b = array( "A" => "max", "sum" => 12, "C" => array("x","y","z" => 45) ); | |
* $c = array( "A" => "tom", "sum" => 8, "C" => array("x","y","z" => 50, "w" => 1) ); |
Verifying that +nickology is my openname (Bitcoin username). https://onename.io/nickology |