对不起,我的问题很幼稚,但是我怎样才能停止多次下载我的 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 并使用它。但是当我运行该命令时,会开始多次下载:(
它不是安装在我的本地吗?!我创建的表格和数据在哪里?