On my mac, when I launch docker by running the “Docker quick launch terminal”, it will launch the default docking machine.
I see in start.sh docker quick launch terminal:
#!/bin/bash VM=default DOCKER_MACHINE=/usr/local/bin/docker-machine VBOXMANAGE=/Applications/VirtualBox.app/Contents/MacOS/VBoxManage BLUE='\033[0;34m' GREEN='\033[0;32m' NC='\033[0m' ... more
How can I start another docker machine without modifying this shell file?
docker docker-machine
Freewind
source share