Prerequisites

To get the most out of this guide, you will need to:

Configuration

To proxy the iex -S mix command, execute the following command within your root application path.

hoop run --name iexc-demo --command 'iex -S mix'

To proxy ad-hoc executions add the command iex -S mix - .

hoop run --name iexc-demo --command 'iex -S mix -'

How to Use

Users can now connect and perform ad-hoc executions.

hoop connect iexc-demo
hoop exec iexc-demo -i 'puts "Hello World"'