Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions src/couchbase-server/README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@

# Couchbase Server (couchbase-server)
# Couchbase (couchbase-server)

Installs Couchbase Server along with needed dependencies.

## Example Usage

```json
"features": {
"ghcr.io/doguin/devcontainer-features/couchbase:1": {}
"ghcr.io/ldoguin/devcontainer-features/couchbase-server:1": {}
}
```

## Options

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | Select or enter a Couchbase Server version. | string | 7.6.3 |
| cbversion | Select or enter a version of Couchbase | string | 7.6.3 |

## Customizations

Expand All @@ -24,9 +24,7 @@ Installs Couchbase Server along with needed dependencies.
- `couchbase.vscode-couchbase`


## OS Support

This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.

`bash` is required to execute the `install.sh` script.
---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/ldoguin/devcontainer-features/blob/main/src/couchbase-server/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
12 changes: 10 additions & 2 deletions src/couchbase-shell/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@

# Couchbase Shell (couchbase-shell)

Install Couchbase Shell from source
Couchbase Shell is the CLI for Couchbase Server

## Example Usage

```json
"features": {
"ghcr.io/doguin/devcontainer-features/couchbase-shell:1": {}
"ghcr.io/ldoguin/devcontainer-features/couchbase-shell:1": {}
}
```





---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/ldoguin/devcontainer-features/blob/main/src/couchbase-shell/devcontainer-feature.json). Add additional notes to a `NOTES.md`._