You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
275 B
14 lines
275 B
3 years ago
|
# YugaByteDB w/ Docker Compose
|
||
|
|
||
|
with default empty password
|
||
|
|
||
|
## Connecting with client
|
||
|
|
||
|
```
|
||
|
docker exec -it yb-tserver-n1 /home/yugabyte/bin/ysqlsh -h yb-tserver-n1
|
||
|
```
|
||
|
|
||
|
## Other docs
|
||
|
|
||
|
[yugabyte docker compose](https://docs.yugabyte.com/latest/deploy/docker/docker-compose/)
|