PostgressQL

时间:2020-07-21 22:36:50   收藏:0   阅读:77

进入容器内部,使用postgres cli命令

docker exec -it [mypostgres] /bin/bash

psql -U postgres -W # 使用密码登录

参考:
https://blog.csdn.net/smstong/article/details/17138355

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!