Skip to content

Commit 58efdaf

Browse files
authored
Merge pull request #192 from udkyo/cbd-5188-missing-ports
CBD-5188: Add missing ports to docker run examples
2 parents ff4e721 + 2e2c092 commit 58efdaf

File tree

69 files changed

+138
-138
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+138
-138
lines changed

community/couchbase-server/4.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Here is how to get a single node Couchbase Server cluster running on Docker cont
2222

2323
**Step - 1 :** Run Couchbase Server docker container
2424

25-
`docker run -d --name db -p 8091-8094:8091-8094 -p 11210:11210 couchbase`
25+
`docker run -d --name db -p 8091-8097:8091-8097 -p 9123:9123 -p 11210:11210 -p 11280:11280 -p 11207:11207 -p 18091-18095:18091-18095 -p 18096:18096 -p 18097:18097 couchbase`
2626

2727
**Step - 2 :** Next, visit `http://localhost:8091` on the host machine to see the Web Console to start Couchbase Server setup.
2828

@@ -95,7 +95,7 @@ These ulimit settings are necessary when running under heavy load. If you are ju
9595

9696
To set the ulimits in your container, you will need to run Couchbase Docker containers with the following additional `--ulimit` flags:
9797

98-
`docker run -d --ulimit nofile=40960:40960 --ulimit core=100000000:100000000 --ulimit memlock=100000000:100000000 --name db -p 8091-8094:8091-8094 -p 11210:11210 couchbase`
98+
`docker run -d --ulimit nofile=40960:40960 --ulimit core=100000000:100000000 --ulimit memlock=100000000:100000000 --name db -p 8091-8097:8091-8097 -p 9123:9123 -p 11210:11210 -p 11280:11280 -p 11207:11207 -p 18091-18095:18091-18095 -p 18096:18096 -p 18097:18097 couchbase`
9999

100100
Since "unlimited" is not supported as a value, it sets the core and memlock values to 100 GB. If your system has more than 100 GB RAM, you will want to increase this value to match the available RAM on the system.
101101

community/couchbase-server/4.1.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Here is how to get a single node Couchbase Server cluster running on Docker cont
2222

2323
**Step - 1 :** Run Couchbase Server docker container
2424

25-
`docker run -d --name db -p 8091-8094:8091-8094 -p 11210:11210 couchbase`
25+
`docker run -d --name db -p 8091-8097:8091-8097 -p 9123:9123 -p 11210:11210 -p 11280:11280 -p 11207:11207 -p 18091-18095:18091-18095 -p 18096:18096 -p 18097:18097 couchbase`
2626

2727
**Step - 2 :** Next, visit `http://localhost:8091` on the host machine to see the Web Console to start Couchbase Server setup.
2828

@@ -95,7 +95,7 @@ These ulimit settings are necessary when running under heavy load. If you are ju
9595

9696
To set the ulimits in your container, you will need to run Couchbase Docker containers with the following additional `--ulimit` flags:
9797

98-
`docker run -d --ulimit nofile=40960:40960 --ulimit core=100000000:100000000 --ulimit memlock=100000000:100000000 --name db -p 8091-8094:8091-8094 -p 11210:11210 couchbase`
98+
`docker run -d --ulimit nofile=40960:40960 --ulimit core=100000000:100000000 --ulimit memlock=100000000:100000000 --name db -p 8091-8097:8091-8097 -p 9123:9123 -p 11210:11210 -p 11280:11280 -p 11207:11207 -p 18091-18095:18091-18095 -p 18096:18096 -p 18097:18097 couchbase`
9999

100100
Since "unlimited" is not supported as a value, it sets the core and memlock values to 100 GB. If your system has more than 100 GB RAM, you will want to increase this value to match the available RAM on the system.
101101

community/couchbase-server/4.1.1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Here is how to get a single node Couchbase Server cluster running on Docker cont
2222

2323
**Step - 1 :** Run Couchbase Server docker container
2424

25-
`docker run -d --name db -p 8091-8094:8091-8094 -p 11210:11210 couchbase`
25+
`docker run -d --name db -p 8091-8097:8091-8097 -p 9123:9123 -p 11210:11210 -p 11280:11280 -p 11207:11207 -p 18091-18095:18091-18095 -p 18096:18096 -p 18097:18097 couchbase`
2626

2727
**Step - 2 :** Next, visit `http://localhost:8091` on the host machine to see the Web Console to start Couchbase Server setup.
2828

@@ -95,7 +95,7 @@ These ulimit settings are necessary when running under heavy load. If you are ju
9595

9696
To set the ulimits in your container, you will need to run Couchbase Docker containers with the following additional `--ulimit` flags:
9797

98-
`docker run -d --ulimit nofile=40960:40960 --ulimit core=100000000:100000000 --ulimit memlock=100000000:100000000 --name db -p 8091-8094:8091-8094 -p 11210:11210 couchbase`
98+
`docker run -d --ulimit nofile=40960:40960 --ulimit core=100000000:100000000 --ulimit memlock=100000000:100000000 --name db -p 8091-8097:8091-8097 -p 9123:9123 -p 11210:11210 -p 11280:11280 -p 11207:11207 -p 18091-18095:18091-18095 -p 18096:18096 -p 18097:18097 couchbase`
9999

100100
Since "unlimited" is not supported as a value, it sets the core and memlock values to 100 GB. If your system has more than 100 GB RAM, you will want to increase this value to match the available RAM on the system.
101101

community/couchbase-server/4.5.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Here is how to get a single node Couchbase Server cluster running on Docker cont
2222

2323
**Step - 1 :** Run Couchbase Server docker container
2424

25-
`docker run -d --name db -p 8091-8094:8091-8094 -p 11210:11210 couchbase`
25+
`docker run -d --name db -p 8091-8097:8091-8097 -p 9123:9123 -p 11210:11210 -p 11280:11280 -p 11207:11207 -p 18091-18095:18091-18095 -p 18096:18096 -p 18097:18097 couchbase`
2626

2727
**Step - 2 :** Next, visit `http://localhost:8091` on the host machine to see the Web Console to start Couchbase Server setup.
2828

@@ -95,7 +95,7 @@ These ulimit settings are necessary when running under heavy load. If you are ju
9595

9696
To set the ulimits in your container, you will need to run Couchbase Docker containers with the following additional `--ulimit` flags:
9797

98-
`docker run -d --ulimit nofile=40960:40960 --ulimit core=100000000:100000000 --ulimit memlock=100000000:100000000 --name db -p 8091-8094:8091-8094 -p 11210:11210 couchbase`
98+
`docker run -d --ulimit nofile=40960:40960 --ulimit core=100000000:100000000 --ulimit memlock=100000000:100000000 --name db -p 8091-8097:8091-8097 -p 9123:9123 -p 11210:11210 -p 11280:11280 -p 11207:11207 -p 18091-18095:18091-18095 -p 18096:18096 -p 18097:18097 couchbase`
9999

100100
Since "unlimited" is not supported as a value, it sets the core and memlock values to 100 GB. If your system has more than 100 GB RAM, you will want to increase this value to match the available RAM on the system.
101101

community/couchbase-server/4.5.1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Here is how to get a single node Couchbase Server cluster running on Docker cont
2222

2323
**Step - 1 :** Run Couchbase Server docker container
2424

25-
`docker run -d --name db -p 8091-8094:8091-8094 -p 11210:11210 couchbase`
25+
`docker run -d --name db -p 8091-8097:8091-8097 -p 9123:9123 -p 11210:11210 -p 11280:11280 -p 11207:11207 -p 18091-18095:18091-18095 -p 18096:18096 -p 18097:18097 couchbase`
2626

2727
**Step - 2 :** Next, visit `http://localhost:8091` on the host machine to see the Web Console to start Couchbase Server setup.
2828

@@ -95,7 +95,7 @@ These ulimit settings are necessary when running under heavy load. If you are ju
9595

9696
To set the ulimits in your container, you will need to run Couchbase Docker containers with the following additional `--ulimit` flags:
9797

98-
`docker run -d --ulimit nofile=40960:40960 --ulimit core=100000000:100000000 --ulimit memlock=100000000:100000000 --name db -p 8091-8094:8091-8094 -p 11210:11210 couchbase`
98+
`docker run -d --ulimit nofile=40960:40960 --ulimit core=100000000:100000000 --ulimit memlock=100000000:100000000 --name db -p 8091-8097:8091-8097 -p 9123:9123 -p 11210:11210 -p 11280:11280 -p 11207:11207 -p 18091-18095:18091-18095 -p 18096:18096 -p 18097:18097 couchbase`
9999

100100
Since "unlimited" is not supported as a value, it sets the core and memlock values to 100 GB. If your system has more than 100 GB RAM, you will want to increase this value to match the available RAM on the system.
101101

community/couchbase-server/5.0.1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Here is how to get a single node Couchbase Server cluster running on Docker cont
2222

2323
**Step - 1 :** Run Couchbase Server docker container
2424

25-
`docker run -d --name db -p 8091-8094:8091-8094 -p 11210:11210 couchbase`
25+
`docker run -d --name db -p 8091-8097:8091-8097 -p 9123:9123 -p 11210:11210 -p 11280:11280 -p 11207:11207 -p 18091-18095:18091-18095 -p 18096:18096 -p 18097:18097 couchbase`
2626

2727
**Step - 2 :** Next, visit `http://localhost:8091` on the host machine to see the Web Console to start Couchbase Server setup.
2828

@@ -95,7 +95,7 @@ These ulimit settings are necessary when running under heavy load. If you are ju
9595

9696
To set the ulimits in your container, you will need to run Couchbase Docker containers with the following additional `--ulimit` flags:
9797

98-
`docker run -d --ulimit nofile=40960:40960 --ulimit core=100000000:100000000 --ulimit memlock=100000000:100000000 --name db -p 8091-8094:8091-8094 -p 11210:11210 couchbase`
98+
`docker run -d --ulimit nofile=40960:40960 --ulimit core=100000000:100000000 --ulimit memlock=100000000:100000000 --name db -p 8091-8097:8091-8097 -p 9123:9123 -p 11210:11210 -p 11280:11280 -p 11207:11207 -p 18091-18095:18091-18095 -p 18096:18096 -p 18097:18097 couchbase`
9999

100100
Since "unlimited" is not supported as a value, it sets the core and memlock values to 100 GB. If your system has more than 100 GB RAM, you will want to increase this value to match the available RAM on the system.
101101

community/couchbase-server/5.1.1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Here is how to get a single node Couchbase Server cluster running on Docker cont
2222

2323
**Step - 1 :** Run Couchbase Server docker container
2424

25-
`docker run -d --name db -p 8091-8094:8091-8094 -p 11210:11210 couchbase`
25+
`docker run -d --name db -p 8091-8097:8091-8097 -p 9123:9123 -p 11210:11210 -p 11280:11280 -p 11207:11207 -p 18091-18095:18091-18095 -p 18096:18096 -p 18097:18097 couchbase`
2626

2727
**Step - 2 :** Next, visit `http://localhost:8091` on the host machine to see the Web Console to start Couchbase Server setup.
2828

@@ -95,7 +95,7 @@ These ulimit settings are necessary when running under heavy load. If you are ju
9595

9696
To set the ulimits in your container, you will need to run Couchbase Docker containers with the following additional `--ulimit` flags:
9797

98-
`docker run -d --ulimit nofile=40960:40960 --ulimit core=100000000:100000000 --ulimit memlock=100000000:100000000 --name db -p 8091-8094:8091-8094 -p 11210:11210 couchbase`
98+
`docker run -d --ulimit nofile=40960:40960 --ulimit core=100000000:100000000 --ulimit memlock=100000000:100000000 --name db -p 8091-8097:8091-8097 -p 9123:9123 -p 11210:11210 -p 11280:11280 -p 11207:11207 -p 18091-18095:18091-18095 -p 18096:18096 -p 18097:18097 couchbase`
9999

100100
Since "unlimited" is not supported as a value, it sets the core and memlock values to 100 GB. If your system has more than 100 GB RAM, you will want to increase this value to match the available RAM on the system.
101101

community/couchbase-server/6.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Here is how to get a single node Couchbase Server cluster running on Docker cont
2222

2323
**Step - 1 :** Run Couchbase Server docker container
2424

25-
`docker run -d --name db -p 8091-8094:8091-8094 -p 11210:11210 couchbase`
25+
`docker run -d --name db -p 8091-8097:8091-8097 -p 9123:9123 -p 11210:11210 -p 11280:11280 -p 11207:11207 -p 18091-18095:18091-18095 -p 18096:18096 -p 18097:18097 couchbase`
2626

2727
**Step - 2 :** Next, visit `http://localhost:8091` on the host machine to see the Web Console to start Couchbase Server setup.
2828

@@ -95,7 +95,7 @@ These ulimit settings are necessary when running under heavy load. If you are ju
9595

9696
To set the ulimits in your container, you will need to run Couchbase Docker containers with the following additional `--ulimit` flags:
9797

98-
`docker run -d --ulimit nofile=40960:40960 --ulimit core=100000000:100000000 --ulimit memlock=100000000:100000000 --name db -p 8091-8094:8091-8094 -p 11210:11210 couchbase`
98+
`docker run -d --ulimit nofile=40960:40960 --ulimit core=100000000:100000000 --ulimit memlock=100000000:100000000 --name db -p 8091-8097:8091-8097 -p 9123:9123 -p 11210:11210 -p 11280:11280 -p 11207:11207 -p 18091-18095:18091-18095 -p 18096:18096 -p 18097:18097 couchbase`
9999

100100
Since "unlimited" is not supported as a value, it sets the core and memlock values to 100 GB. If your system has more than 100 GB RAM, you will want to increase this value to match the available RAM on the system.
101101

community/couchbase-server/6.5.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Here is how to get a single node Couchbase Server cluster running on Docker cont
2222

2323
**Step - 1 :** Run Couchbase Server docker container
2424

25-
`docker run -d --name db -p 8091-8094:8091-8094 -p 11210:11210 couchbase`
25+
`docker run -d --name db -p 8091-8097:8091-8097 -p 9123:9123 -p 11210:11210 -p 11280:11280 -p 11207:11207 -p 18091-18095:18091-18095 -p 18096:18096 -p 18097:18097 couchbase`
2626

2727
**Step - 2 :** Next, visit `http://localhost:8091` on the host machine to see the Web Console to start Couchbase Server setup.
2828

@@ -95,7 +95,7 @@ These ulimit settings are necessary when running under heavy load. If you are ju
9595

9696
To set the ulimits in your container, you will need to run Couchbase Docker containers with the following additional `--ulimit` flags:
9797

98-
`docker run -d --ulimit nofile=40960:40960 --ulimit core=100000000:100000000 --ulimit memlock=100000000:100000000 --name db -p 8091-8094:8091-8094 -p 11210:11210 couchbase`
98+
`docker run -d --ulimit nofile=40960:40960 --ulimit core=100000000:100000000 --ulimit memlock=100000000:100000000 --name db -p 8091-8097:8091-8097 -p 9123:9123 -p 11210:11210 -p 11280:11280 -p 11207:11207 -p 18091-18095:18091-18095 -p 18096:18096 -p 18097:18097 couchbase`
9999

100100
Since "unlimited" is not supported as a value, it sets the core and memlock values to 100 GB. If your system has more than 100 GB RAM, you will want to increase this value to match the available RAM on the system.
101101

community/couchbase-server/6.5.1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Here is how to get a single node Couchbase Server cluster running on Docker cont
2222

2323
**Step - 1 :** Run Couchbase Server docker container
2424

25-
`docker run -d --name db -p 8091-8094:8091-8094 -p 11210:11210 couchbase`
25+
`docker run -d --name db -p 8091-8097:8091-8097 -p 9123:9123 -p 11210:11210 -p 11280:11280 -p 11207:11207 -p 18091-18095:18091-18095 -p 18096:18096 -p 18097:18097 couchbase`
2626

2727
**Step - 2 :** Next, visit `http://localhost:8091` on the host machine to see the Web Console to start Couchbase Server setup.
2828

@@ -95,7 +95,7 @@ These ulimit settings are necessary when running under heavy load. If you are ju
9595

9696
To set the ulimits in your container, you will need to run Couchbase Docker containers with the following additional `--ulimit` flags:
9797

98-
`docker run -d --ulimit nofile=40960:40960 --ulimit core=100000000:100000000 --ulimit memlock=100000000:100000000 --name db -p 8091-8094:8091-8094 -p 11210:11210 couchbase`
98+
`docker run -d --ulimit nofile=40960:40960 --ulimit core=100000000:100000000 --ulimit memlock=100000000:100000000 --name db -p 8091-8097:8091-8097 -p 9123:9123 -p 11210:11210 -p 11280:11280 -p 11207:11207 -p 18091-18095:18091-18095 -p 18096:18096 -p 18097:18097 couchbase`
9999

100100
Since "unlimited" is not supported as a value, it sets the core and memlock values to 100 GB. If your system has more than 100 GB RAM, you will want to increase this value to match the available RAM on the system.
101101

0 commit comments

Comments
 (0)