Skip to content

Commit b1d7a7f

Browse files
committed
moved-to-autopilotpattern
1 parent 2e3af51 commit b1d7a7f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Note: Updated Instructions and Images Available!
2+
3+
Please see https://github.com/autopilotpattern/couchbase for the latest instructions on how to run Couchbase in Docker.
4+
5+
This repo is preserved for historical purposes only.
6+
17
# Couchbase cluster in Docker containers
28

39
This is a Docker Compose file and shell script that will deploy a Couchbase cluster that can be scaled easily using `docker compose scale couchbase=$n`.
@@ -93,4 +99,4 @@ curl -v http://consul:8500/v1/catalog/service/couchbase | json -aH ServiceAddres
9399
```bash
94100
export MYIP=$(ip addr show eth0 | grep -o '[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}')
95101
curl http://consul:8500/v1/agent/service/register -d "$(printf '{"ID": "couchbase-%s","Name": "couchbase","Address": "%s"}' $MYIP $MYIP)"
96-
```
102+
```

0 commit comments

Comments
 (0)