From d26dd4b531d30bc3e011cdc5a81f06923417380f Mon Sep 17 00:00:00 2001 From: David Boreham Date: Tue, 9 May 2023 17:08:25 -0600 Subject: [PATCH] Small doc fix --- app/data/stacks/kubo/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/data/stacks/kubo/README.md b/app/data/stacks/kubo/README.md index e9b12321..8388ecf6 100644 --- a/app/data/stacks/kubo/README.md +++ b/app/data/stacks/kubo/README.md @@ -12,10 +12,10 @@ If running in the cloud, visit `IP:5001/webui` and you'll likely see this error: 1. Get the container name with `docker ps`: -2. Go into the container (replace with your container name): +2. Go into the container: ``` -docker exec -it laconic-dbbf5498fd7d322930b9484121a6a5f4-ipfs-1 sh +laconic-so --stack kubo deploy exec ipfs sh ``` 3. Enable CORS as described in point 2 of the error message. Copy/paste/run each line in sequence, then run `exit` to exit the container.