Skip to content

Instantly share code, notes, and snippets.

@httpJunkie
Last active April 4, 2020 08:57
Show Gist options
  • Save httpJunkie/fddd6632eae8ad99cb96463b60eea0fa to your computer and use it in GitHub Desktop.
Save httpJunkie/fddd6632eae8ad99cb96463b60eea0fa to your computer and use it in GitHub Desktop.
Run Couchbase with Docker at Prior Version

Run Couchbase using Docker at Specific Version Number

We may need to sometimes run an older version of Couchbase to repro a bug or issue, sometimes we need a certain version of the SDK and Couchbase.

There are many versions of Couchbase that we may want to junmp to for some reason, here are the version numbers that you can add after the colon in the command below.

  • 4.0.0
  • 4.1.0
  • 4.5.0
  • 4.6.0
  • 5.0.0
  • 5.1.0
  • 5.5.0
  • 6.0.0
  • 6.5.0

Pull Couchbase from docker with specific version

docker run -d -p 8091-8094:8091-8094 -p 11210:11210 --name cbsXXX couchbase:X.X.X

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