Giter Club home page Giter Club logo

Comments (4)

phsilva avatar phsilva commented on August 16, 2024

I am running into same issue. Have a container running, sockets listening there, other container linked and configured, but my app (django w/psycopg2) cannot connect to it, and even using psql directly does.

dokku on digital ocean Ubuntu 14.04 as of today.

from dokku-pg-plugin.

phsilva avatar phsilva commented on August 16, 2024

I am suspecting the db container is not being linked to the app. I tried to run my app container explicitly asking to link with the db container and got psql to connect.

something like this: docker run -i -t --link :db /bin/bash

and from there I psql using the proper parameters.

dokku-pg-plugin uses dokky config:set when I ask it to link, how is the networking side of this being handled? shouldn't it also link the container at docker level?

thanks.

from dokku-pg-plugin.

emilebosch avatar emilebosch commented on August 16, 2024

@phsilva Thank god somone else that has this weird issue. Can you reconfirm that we are talking about the same issue?

I.e.

  • Create psql container using dokku postgresql:create my-db-container
  • Start in another container try to connect to this port and ip adresss, should result in blocked
  • Telnet on the host or psql to the postgresql cotnainer establishing network
  • Start the container and then see that you can connect.

I.e. initial connect from the container seem to be blocked unless linkig it with docker link?

from dokku-pg-plugin.

phsilva avatar phsilva commented on August 16, 2024

In my case I only got a connection after I linked the two containers (at
docker level), which changed the connection parameters a little big and I
had to config:set it manually.

On Fri, May 16, 2014 at 5:56 AM, Emile Bosch [email protected]:

@phsilva https://github.com/phsilva Thank god somone else that has this
weird issue. Can you reconfirm that we are talking about the same issue?

I.e.

  • Create psql container using dokku postgresql:create my-db-container
  • Start in another container try to connect to this port and ip
    adresss, should result in blocked
  • Telnet on the host or psql to the postgresql cotnainer establishing
    network
  • Start the container and then see that you can connect.

I.e. initial connect from the container seem to be blocked unless linkig
it with docker link?


Reply to this email directly or view it on GitHubhttps://github.com//issues/39#issuecomment-43310622
.

from dokku-pg-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.