Skip to content
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

ping: command not found #14

Open
agustinmontero opened this issue Aug 19, 2018 · 4 comments
Open

ping: command not found #14

agustinmontero opened this issue Aug 19, 2018 · 4 comments

Comments

@agustinmontero
Copy link

pg-slave_1 | Waiting for master to ping...
pg-slave_1 | /usr/local/bin/docker-entrypoint.sh: line 39: ping: command not found

It is necessary to install ping. It is solved adding in the Dockerfile:

RUN apt-get update
RUN apt-get install iputils-ping -y

@chat2004
Copy link

Hi Agustin,
I got same problem
Where to put these commands to?
I added in the dockerfile, but seems doesn't work

@agustinmontero
Copy link
Author

Hi Agustin,
I got same problem
Where to put these commands to?
I added in the dockerfile, but seems doesn't work

Hi Vu Huynh.
Here I attach the Dockerfile in a zip

Dockerfile.zip

@chat2004
Copy link

chat2004 commented Sep 16, 2018 via email

@agustinmontero
Copy link
Author

Hi Agustin, Thanks a lot, It works fine. Regards,

On Sat, Sep 15, 2018 at 9:50 PM Agustin @.***> wrote: Hi Agustin, I got same problem Where to put these commands to? I added in the dockerfile, but seems doesn't work Hi Vu Huynh. Here I attach the Dockerfile in a zip Dockerfile.zip https://github.com/DanielDent/docker-postgres-replication/files/2385811/Dockerfile.zip — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#14 (comment)>, or mute the thread https://github.com/notifications/unsubscribe-auth/ABmlTYjU-I_eOo_MBkjOiScYiRa8U4qyks5ubROqgaJpZM4WDEHo .

I'm glad you've been useful.
Regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants