javahippie/geth-dev

Add Swarm container to project.

Closed this issue · 7 comments

Swarm is commonly used storage platform. Can you add Swarm container to project?

I like the idea and will try to make some time for this feature. If somebody would like to work on this in the meantime, it would be greatly appreciated ;)

the swarm tool from ethereum or docker swarm? Because docker swarm is deprecated and not supported anymore. :)

We are talking about Ethereum Swarm. You are right about Docker Swarm, this is nothing that should be put on the agenda in 2018 ;)

Just like the pemade geth docker image the same exists for swarm.

https://hub.docker.com/r/ethdevops/

I'm actually looking into integrating swarm with your solution right now but I'm a complete docker and bash noob, sadly.

We'll need a datadir, bzzaccount and password flag. The latter two are already there.

edit: got it working. I'll post it tomorrow.

@egoralvolk There are now Docker Swarm Nodes in the develop branch, would you mind giving it a try?