PostgressQL
时间:2020-07-21 22:36:50
收藏:0
阅读:77
进入容器内部,使用postgres cli命令
docker exec -it [mypostgres] /bin/bash
psql -U postgres -W
# 使用密码登录
评论(0)
进入容器内部,使用postgres cli命令
docker exec -it [mypostgres] /bin/bash
psql -U postgres -W
# 使用密码登录