下载后,我无法运行我的 docker 镜像

时间:2021-01-29 06:12:26

标签: postgresql docker ubuntu-20.04 docker-run

对不起,我的问题很幼稚,但是我怎样才能停止多次下载我的 docker run? 之前,我已经下载并运行了一个 docker 镜像:

docker run --publish 5432:5432   --volume=postgres:/pgdata   --env-file=postgres-env.list   --name="postgres"   --hostname="postgres"   --detach registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:centos8-12.5-3.0-4.6.0

现在,重新启动后,我想运行我的 postgres 并使用它。但是当我运行该命令时,会开始多次下载:(

它不是安装在我的本地吗?!我创建的表格和数据在哪里?

my docker images

0 个答案:

没有答案