tutum exec to replace heroku run

heroku run rails console is an amazing commandline utility enabling one to run a REPL loop on their production server.

Docker comes with an exec command that allows you to ssh into a running container much like the heroku run command. But doing this on a remotely running docker container can be a hassle.

This is now much easier via docker with tutum. See this example with elixir:

Tutum Exec

comments powered by Disqus