Interact with the IEx console or execute ad-hoc scripts.
iex -S mix
hoop run --name iexc-demo --command 'iex -S mix'
iex -S mix -
hoop run --name iexc-demo --command 'iex -S mix -'
hoop connect iexc-demo
hoop exec iexc-demo -i 'puts "Hello World"'
Was this page helpful?