文件名称:docker-postgresql-autodoc:运行postgresql-autodoc的泊坞窗应链接到别名为“ db”的数据库容器
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-13 17:04:08
Shell
docker-postgresql-autodoc 运行postgresql-autodoc的泊坞窗。 OBS:这是用于链接到以db为别名的Postgresql容器。 用法 首先建立映像: docker build -t postgresql_autodoc github.com/arruda/docker-postgresql-autodoc 然后运行它: docker run -d \ --link postgresql:db \ -v some/where/to/save/the/pngs/:/data \ -e DB_ENV_DB="database_name" \ -e DB_ENV_USER="user" \ -e DB_ENV_PASS="pass" \
【文件预览】:
docker-postgresql-autodoc-master
----Dockerfile(583B)
----LICENSE(1KB)
----scripts()
--------start.sh(359B)
----README.md(836B)