-
c = dbapi20.connect(unix='/var/run/postgresql/.s.PGSQL.5432', database='msgid-test')
tells me that "host" and "unix" conflict. But I didn't give a "host" at all.
Additionally: it should be possible…
-
When I execute "sudo docker-compose up" command, httpd and db execute normally, but during building api some error is occured.
- OS : Ubuntu 16.04 LTS
- Python : 2.7.12
- Error message is like below.
…
-
Hi!
Today I am running a process parsing ~500 web pages. The parser runs sequentially, no two webpage parsings run concurrently. Parsera is running as a docker container in my local machine with Ub…
-
There is an issue where there config for ckanext-geoview preview dataset map interferes with the mapwidget on setting ckanext.spatial.common_map.type configuration in the ckan.ini. Is it possible to…
-
I'm not sure why, but FLB_TLS is not enabled for packages. Our standard is that all traffic is to be encrypted, so we are unable to use the packages as they sit now.
-
Containerfile:
```
FROM ghcr.io/linuxcontainers/debian-slim:12
# Base image with haskell tooling
RUN printf "APT::Install-Recommends \"0\";" > /etc/apt/apt.conf.d/no-install-recommends
RUN apt-…
-
Hello, when attempting to install via docker the official `python` image (I've tried versions 3.8, 3.9, 3.10, and 3.11), I'm getting the following error:
```
=> ERROR [rescalc 8/8] RUN pip instal…
-
Tracking support for native TLS cert verification in R.
(R is not as widely used as the other languages on the list, but (anecdotally) a reasonable number of statisticians use it in large companies…
-
Hi,
i wana install pgsync on my server to connect to AWS RDS PostgreSQL instead of the local PostgreSQL ,
**any guide would be helpful.**
currently getting the below error:
```
running …
-
Dockerfile:
```
FROM fluent/fluentd:v1.4-1
# Use root account to use apk
USER root
# below RUN includes plugin as examples elasticsearch is not required
# you may customize including plugins…