The i-am-immutable blog client with sn_httpd safe network proxy
10K+
I am IMMUTABLE blog app hosted in a web container.
I am IMMUTABLE app: https://github.com/traktion/i-am-immutable-client sn_httpd web container: https://github.com/traktion/sn_httpd
You can either pull the latest image from Docker Hub:
docker pull traktion/i-am-immutable:latest
Or build your own:
docker build -t traktion/i-am-immutable .
Then run using a Maidsafe remote node:
docker run -p 127.0.0.1:8080:8080 traktion/i-am-immutable
Or run using any node's quic URL:
docker run -p 8080:8080 traktion/i-am-immutable /ip4/142.93.46.42/udp/43338/quic-v1/p2p/12D3KooWSaCWsF2qLULtKTtjJPYpzCKn3X3aY19WdznPB5jUfmt3 6d70bf50aec7ebb0f1b9ff5a98e2be2f9deb2017515a28d6aea0c6f80a9f44ddaf480334bbff0cd23302b386bfc071a51d132e8e13055701a94211eaada0b6b4c37a94f8adc1e96be1aa1f149b7faffa
There is an experimental Dockerfile in safenode_local_net too (which most can ignore). That bit doesn't work yet (binding/exposing ports is the issue).
Content type
Image
Digest
sha256:40fc626f2…
Size
56.5 MB
Last updated
over 2 years ago
docker pull traktion/i-am-immutable