Edit docker container files with OS X Sublime Text

Just started using docker for OS X for development. vimconvenient, but I want to return to Sublime Text 2.

How do I run Sublime Text 2 on OS X and edit the files in the docker container?

Using the latest version of docker version 1.0 for OS X. VM installs through boot2docker.

+4
source share
2 answers
+1
source

boot2docker . boot2docker-v1.0.0-virtualbox-guest-additions ~/.boot2docker/boot2docker.iso.

, : boot2docker VirtualBox.

+1

Source: https://habr.com/ru/post/1544543/


All Articles