Skip to content

Commit 049c562

Browse files
istvanoCopilot
andauthored
Update docker.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 36781e1 commit 049c562

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ docker exec -it "couchbase_vault" /bin/ash -c "vault login password && vault sec
3232
### Register the plugin
3333

3434
The multi-stage docker container first builds the plugin. It also generates the SHA256 and saves it the following file:
35-
*/vault/vault-plugin-database-couchbasecapella.sha256*
35+
*/vault/couchbasecapella-database-plugin.sha256*
3636

3737
```bash
3838
docker exec -it "couchbase_vault" /bin/ash -c "SHA256=\$(cat /vault/couchbasecapella-database-plugin.sha256) && vault login password && vault write sys/plugins/catalog/database/couchbasecapella-database-plugin sha256=\$SHA256 command=couchbasecapella-database-plugin"

0 commit comments

Comments
 (0)