随笔分类 -  Docker

摘要:参考链接 https://www.cnblogs.com/kingsonfu/p/11576797.html 阅读全文
posted @ 2022-02-10 14:24 subtlman 阅读(10) 评论(0) 推荐(0)
摘要:安装 docker pull postgres 启动 docker run --name postgres -e POSTGRES_PASSWORD=123456 -p 5432:5432 -d postgres run,创建并运行一个容器 --name,指定创建的容器的名字 -e POSTGRES 阅读全文
posted @ 2021-12-04 22:25 subtlman 阅读(879) 评论(9) 推荐(0)