Skip to content

Instantly share code, notes, and snippets.

@httpJunkie
Last active March 31, 2021 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save httpJunkie/25179edfb81301add1aeb5b977f65176 to your computer and use it in GitHub Desktop.
Save httpJunkie/25179edfb81301add1aeb5b977f65176 to your computer and use it in GitHub Desktop.
Docker Instance for Couchbase latest
docker pull couchbase
docker run -d --name cblatest -p 8091-8096:8091-8096 -p 11210-11211:11210-11211 couchbase
@httpJunkie
Copy link
Author

httpJunkie commented Mar 17, 2021

You can use couchbase:version by looking at some of the different image options on Docker here:
https://hub.docker.com/_/couchbase

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment