瀏覽代碼

Update Readme

Anuj Bansal 3 年之前
父節點
當前提交
84187ad9fc
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      devops/kubernetes/query-node/README.md

+ 4 - 0
devops/kubernetes/query-node/README.md

@@ -60,6 +60,10 @@ After cloning this repo, from this working directory, run these commands:
    $ pulumi config set-all --plaintext useLocalRepo=true --plaintext appsImage=<IMAGE_NAME>
    ```
 
+   NOTE: The docker deamon for minikube is different from that of the docker desktop. To connect your Docker CLI to the docker
+   daemon inside the VM you need to run: `eval $(minikube docker-env)`. To copy the image from your local deamon to minikube run
+   `minikube image load joystream/apps:latest --daemon`.
+
    If not using minikube, just specify the `appsImage` config.
 
 1. Create a `.env` file in this directory (`cp ../../../.env ./.env`) and set the database and other variables in it