IBM / android-kubernetes-blockchain

WARNING: This repository is no longer maintained :warning: This repository will not be updated. The repository will be kept available in read-only mode. Refer to https://developer.ibm.com/patterns/category/blockchain/ for other blockchain code patterns.
Apache License 2.0
124 stars 71 forks source link

Use a docker deployment where `docker.sock` is not available #21

Closed AnthonyAmanse closed 5 years ago

AnthonyAmanse commented 5 years ago

Kubernetes clusters (at least in IKS v1.11.x onwards) that uses containerd as its container runtime will not have the docker.sock available on the worker nodes. One way is to use Docker in a container and let the peers connect to that to have its chaincode containers built and run.

Related PR from another repo https://github.com/IBM/blockchain-network-on-kubernetes/pull/28/files

AnthonyAmanse commented 5 years ago

fixed at #24