You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first, it'd be nice if the docs mentioned the docker distribution, it's not at the top of the dockerhub list (I'll remove mine), the dockerhub documentation is wrong, the link leads to a 404
also the docker documentation should probably mention the environment variables... I wonder if it would be better to have a sample docker-compose file documented instead of this pg_prove script, since you can run docker-compose up and if it's a container that just exits it will exit when it's done.
@xenoterracide I think there could be a use for a docker compose file, but I don't understand the one you have here. The script mounts home so that it can read all of your Postgres config files as if you were running it on your machine, rather than in a container. It's a way to make execution feel as close to native as possible.
That said, I'm not familiar with docker-compose; maybe it'd be a much better fit! Does it let one map files on the host machine into the container on run? Also, it would have to support a _lot_more environment variables; see the complete list.
first, it'd be nice if the docs mentioned the docker distribution, it's not at the top of the dockerhub list (I'll remove mine), the dockerhub documentation is wrong, the link leads to a 404
also the docker documentation should probably mention the environment variables... I wonder if it would be better to have a sample docker-compose file documented instead of this pg_prove script, since you can run
docker-compose up
and if it's a container that just exits it will exit when it's done.maybe something like this
one last thing, why is the script mounting $HOME? this seems... strange, and maybe a bad idea in certain CI environments
The text was updated successfully, but these errors were encountered: