cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.09k stars 3.8k forks source link

Can I pull down v2.0-beta.20180326 as a docker image to use pgweb? #24234

Closed MostHated closed 6 years ago

MostHated commented 6 years ago

Hey there, I tried to use the following, but it did not work. Is there a different way to try and use 2.0 via docker so I can use pgweb?

services: cockroachdb: image: cockroachdb/cockroach:v2.0-beta.20180326

Thanks!

(Or if there is another docker image I can use instead of pgweb, I just want to quickly be able to see the data is all)

MostHated commented 6 years ago

Got it figured out, sorry! had to use cockroach-unstable:v2.0 etc

a-robinson commented 6 years ago

For reference to anyone who ends up on this issue later, we publish alpha/beta releases to the cockroachdb/cockroach-unstable docker image: https://hub.docker.com/r/cockroachdb/cockroach-unstable/