Docker QuickStart Terminal Windows
# start another docker machine
docker-machine start my_new_container
eval $($DOCKER_MACHINE env my_new_container --shell=bash)
docker-machine ssh my_new_container
Clear Civet