A docker encapsulation of twister peer-to-peer microblogging service available at http://twister.net.co/
351
This file is available at
https://github.com/lexlapax/dockerfile-twisterd/blob/master/README.md
It is most likely available as a trusted docker image at http://index.docker.io/u/lapax/twisterd/ for testing / home use purposes
A docker encapsulation of twister peer-to-peer microblogging service available at http://twister.net.co/
was built from source at https://github.com/miguelfreitas/twister-core using instructions from http://twister.net.co/?page_id=23
uses ubuntu precise (12.04) as a base build image, the build scripts (Dockerfile /build.sh ) were refactored to reduce the end image size of the image
starts up twisterd as root using configs in root's ~/.twister/twister.conf .. allows rpc from any host by default, if not desired, the "rpcallowip" value can be changed to one's liking
after starting with something like
docker run -d -name twisterd lapax/twisterd
you can access the html interface using a browser at
http://<dockercontainerip>:28332/index.html
for you could do
docker inspect -format '{{ .NetworkSettings.IPAddress }}' twisterd
follow instructions from http://twister.net.co/?page_id=23 and http://twister.net.co/?page_id=29 after you can access the HTML UI
enjoy :)
Content type
Image
Digest
sha256:45eb58b94…
Size
96.6 MB
Last updated
almost 11 years ago
docker pull lapax/twisterd