"A docker wrapper for Tor hidden services. It uses docker-gen to configure Tor automatically when other containers are connected to the same network. The advantage of this approach is that it allows for optional network isolation and doesn't require building any containers yourself."
For more information please look at:
- https://nonconformity.net/2016/06/10/onionboat-using-docker-for-easy-tor-hidden-services/
- https://github.com/jheretic/onionboat
Just a few changes in Dockerfile were made to provide Raspberry Pi support.
- Its now based on sdhibit/rpi-raspbian:latest instead of chambana/base:latest
- The appropriate docker-gen for armhf
- Removed adding the tor repo because of incompability. See this post for detail.