docker container fails to start after stopping

Поиск
Список
Период
Сортировка
От Mark Deneen
Тема docker container fails to start after stopping
Дата
Msg-id CAP6JJ88vsg5kGL6h9qdQg-8YiUq9vtqUSDZ=uNwSUuvBJAsWmg@mail.gmail.com
обсуждение исходный текст
Ответы Re: docker container fails to start after stopping  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
I submitted a pull request on github, but it appears that you prefer
to use a mailing list for such things.

Attached is a patch to correct the behavior in the Docker container.

The problem is that apache generates httpd.pid at startup and it is
never removed.  When the container is stopped, the file remains.  At
startup httpd fails to start because it believes that httpd is already
running.

The patch simply deletes this file before starting httpd.

-M

Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Murtuza Zabuawala
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Adding connection status in Query tool
Следующее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Ensure column collation isn't lost when changingfiel