-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running docker container #348
Comments
I cannot reproduce this, for me the container is running happily. (I only had to add What do postgres$get_exit_status()
postgres$read_error() say? |
Hi, I try put the param on docker, sadly, does not works, I should had provided more info. I'm using Gentoo 64 (Linux)
|
You still need to use |
Well, there is a weird things:
Instead kill, Thx! |
You can use
You might not, I needed it, because I am on an arm machine, and this container seems to be amd64 only. |
Hi, seems signal 15 does not close it, for now only works interrupt. |
Hi, I'm trying to run a temporary container from this lib, the idea is can set it up, work, and then close the process, docker will clean the files:
This will setup temporary Postgres Database with Postgis support (spatial data):
Well, this is weird, because, first, I don't have any logs here, second, what I got is this:
So, for some reason it just finished.... D:
I tryied to use
read_output_lines()
but nothing.Thx!
The text was updated successfully, but these errors were encountered: