进入容器内部,使用postgres cli命令
docker exec -it [mypostgres] /bin/bash
psql -U postgres -W
# 使用密码登录
参考:
https://blog.csdn.net/smstong/article/details/17138355
2023-11-09 13:09:28
进入容器内部,使用postgres cli命令
docker exec -it [mypostgres] /bin/bash
psql -U postgres -W
# 使用密码登录
参考:
https://blog.csdn.net/smstong/article/details/17138355