fgrehm / devstep

Development environments powered by Docker and buildpacks
http://fgrehm.viewdocs.io/devstep
MIT License
195 stars 17 forks source link

SSH access to the container #114

Closed lcmen closed 8 years ago

lcmen commented 8 years ago

I was wondering if it's possible to SSH into the container to execute the command.

I would like to setup vim test plugin to run tests on the container from the editor.

lcmen commented 8 years ago

Actually I can just use devstep exec to achieve the same. This can be closed.