I am IMMUTABLE - Safe Blog App

For those who just want to pull a docker image and run it, I’ve setup Docker Hub too now:

TLDR, on a Linux host you can run:

git clone https://github.com/traktion/i-am-immutable-docker.git
cd i-am-immutable-docker
./sn_start_testnet.sh
docker pull codiate/i-am-immutable:latest
docker run --network host -t codiate/i-am-immutable:latest 127.0.0.1:12305

Then open your browser and go to: http://localhost:8080/blog/yourblog where yourblog is your blog index (see i-am-immutable-client README for how to create one).

For Windows/Mac, I need to understand why a local test net can’t be connected to. Sorry!

7 Likes