Pluto inside Docker container

Found solution myself:
Pluto.run(“0.0.0.0”, 1234)
binds pluto to 0.0.0.0 and allows docket to expose the port

3 Likes