Open nkeiter opened 3 years ago
Hi,
Sorry to hear that you're having trouble installing this. That's not surprising as I haven't updated this project since 2015 and the docker landscape has changed significantly since then.
I wrote this as a project when I was a student. I now have a full time job and don't have time to provide support.
I hope you're able to get it working!
On Thu, Jul 29, 2021, 11:06 AM Nathan I. Keiter @.***> wrote:
Our biology department got new Windows 10 computers and installed Docker Desktop. They asked me to help load Phamdb because it's not working for them in Docker Desktop. I spent a lot of time trying to get it to work in Docker Desktop as well. Would you be able to provide instructions on how to run Phamdb in Docker Desktop?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jglamine/phamdb/issues/17, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGSYE6FYLNSRVNRJXW3XITT2G7E5ANCNFSM5BHH3UDA .
That's understandable. Thanks for replying. I'll keep trying.
I'll also add that you must have written a great program. The department has been using it every year until now. They had a forced hardware upgrade this year.
Thanks! Of you're able to get it working I'd be happy to merge any changes or updated instructions which you submit.
Or even just report back on this issue - other users might see it
On Thu, Jul 29, 2021, 4:26 PM Nathan I. Keiter @.***> wrote:
I'll also add that you must have written a great program. The department has been using it every year until now. They had a forced hardware upgrade this year.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jglamine/phamdb/issues/17#issuecomment-889581617, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGSYE2E2WL2LVF3JQDFJJTT2IEWDANCNFSM5BHH3UDA .
I just got it working for us. I started by researching how to update a Dockerfile V1 to a Dockerfile V2. The first task was to update the FROM directive. Upon inspecting the FROM directive it didn't give me much information to go on. So I searched out the author mentioned in the FROM directive for more information about that build.
It turns out that author has been maintaining an updated version of Phamdb on the Docker Site! https://hub.docker.com/r/chg60/updated-phamdb
From that point, all I had to do was navigate the nuance of setting up the Docker Desktop RUN Container. It seems the UI likes to hide important configuration fields.
installing-updated-phamdb-in-docker-desktop.docx
I hope this answer helps others looking for a solution!
Nice work, I'm glad you were able to figure it out! If you want to submit a PR with the changes I'm happy to grant you maintainer permissions on this repo.
On Fri, Jul 30, 2021 at 11:44 AM Nathan I. Keiter @.***> wrote:
I just got it working for us. I started by researching how to update a Dockerfile V1 to a Dockerfile V2. The first task was to update the FROM directive. Upon inspecting the FROM directive it didn't give me much information to go on. So I searched out the author mentioned in the FROM directive for more information about that build.
It turns out that author has been maintaining an updated version of Phamdb on the Docker Site! https://hub.docker.com/r/chg60/updated-phamdb
From that point, all I had to do was navigate the nuance of setting up the Docker Desktop RUN Container. It seems the UI likes to hide important configuration fields.
installing-updated-phamdb-in-docker-desktop.docx https://github.com/jglamine/phamdb/files/6910079/installing-updated-phamdb-in-docker-desktop.docx
I hope this answer helps others looking for a solution!
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jglamine/phamdb/issues/17#issuecomment-890170097, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGSYE3HV75AB3MX4X5WEVTT2MMKDANCNFSM5BHH3UDA .
Our biology department got new Windows 10 computers and installed Docker Desktop. They asked me to help load Phamdb because it's not working for them in Docker Desktop. I spent a lot of time trying to get it to work in Docker Desktop as well. Would you be able to provide instructions on how to run Phamdb in Docker Desktop?