domeide / sublime-docker

A Sublime Text plugin to use Docker Language Stacks as build systems
127 stars 12 forks source link

Work with docker-machine on a remote host. #26

Open groundnuty opened 8 years ago

groundnuty commented 8 years ago

Hey, My laptop (Macbook) is too week, so I use docker-machine to run all my stuff on strong VM. To start my work I usually go to the terminal and invoke eval "$(docker-machine env cdev1)" to make docker command work.

I've seen the issue claiming that such a thing is possible #18 tho I have no idea how to accomplish that with my usecase.

Please treat it either as an issue or a simple question.

Cheers, Groundnuty