When I am in my virtualbox vm, can I use it as a target for docker-machine?
For example, if I define some variables on it like;
export DOCKER_MACHINE_NAME=example-machine
export DOCKER_HOST=localhost
etc. then use it like,
eval $(docker-machine env localhost)
Thanks in advance