Browsed by
Tag: fabric

Getting Contract Logs from IBM Blockchain Platform

Getting Contract Logs from IBM Blockchain Platform

The Problem: with IBM Blockchain Platform running in a Kubernetes cluster how do you get the logs to find out what happened with your contract? Setup This is command line stuff, so make sure that you have the kubectl command installed and it’s able to access the K8S Cluster. Or alternatively use the ‘web cli’.. your choice. Access either from the ‘Actions…’ menu on the cluster summary page. The steps What is the k8s namespace? Within K8S, each IBP instance…

Read More Read More

Getting outside-in with docker-compose[r] networks

Getting outside-in with docker-compose[r] networks

  I had several docker containers spun up, all happily talking to each other on their own network. All happy for me to talk to them from the host Ubuntu system as well. Slight issue of when a configuration is exported from one of the docker containers, it was referring to the others by the domain it knew, example.com – not so great to use it from the host that knew it via localhost. Ah, I can use sed to…

Read More Read More