There might be a case when you need to work at home or any remote place away from your own office. You have all the docker-machines
created and want to get them to your laptop/home system.
Follow the steps below:
- Copy all the machines from
.docker/machine/machines
to your.docker/machine/machines
- Change the config.json in each machine: eg
.docker/machine/machines/docker1m/config.json
- All the paths from
/Users/office/.docker/...
to/Users/home/.docker/...
- All the paths from
- Save them and run
docker-machine ls
to confirm.