-
Notifications
You must be signed in to change notification settings - Fork 29
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
DOCKER #15
Comments
Hi, At the moment we don't have the development bandwidth for both Docker and Vagrant, so we're sticking with Vagrant for now. Thanks. |
@aniskand thanks for your feedback. Would it be possible to just give full instruction to run the InfoButton locally? As, i have local build of InfoButton which has been generated according to the BUILDGUIDE, but i guess i am missing some configuration for DB as when running the
I will try to create DOCKER image if i be able to run it Locally. Also, i created ticket about DB Scripts, see #11, it would be great if Scripts are ordered or any reference where order of their execution can be obtained. Thanks |
Could you give me a bit more detail as to the error you're getting? If you can show me the output from the log in catalina.out that would be more helpful. Also, which branch of OpenInfobutton did you build? Thanks. |
@aniskand i build from latest catalina.2017-05-31.txt Thanks |
Hi Andrew, I understand that you either want, or like working with Vagrant. But, you must understand that there are lots of issues with Vagrant, due to the various different platforms chosen by various different enterprises. Docker is the logical choice, across the board, for anything that can be containerized today. If you move away from Vagrant, you will not have so many issues. If you move to Docker, it will make life so much easier for all of us. Believe me, I appreciate the effort you've put into this, but Docker automatically makes all of your development efforts cross-platform compatible. Docker makes deploying your programs as simple as 1, 2, 3... I truly hope that you will abandon Vagrant, and port to Docker instead. The industry standard for enterprise environments is RedHat. Developing in Ubuntu immediately causes each of us in standardized enterprise environments, to edit, tweak and debug, in our RedHat enterprise environments. Developing in Docker containers, and it does not matter the underlying operating system. Just my 2 cents worth. |
Hi Joe, As I said in the other thread, the Vagrant Infobutton VM is no longer being developed. Going forward, we are working on a Docker deployment. Thanks. |
Hi Andrew, |
Yes, I'm working on an update that will automate the deployment of the database as well. It should not require any ip configuration. |
Thank you so very much. |
GM Andrew, |
GM Andrew, Do you have a link to your latest Docker InfoButtons image? |
Docker is at https://hub.docker.com/r/aniskand2/infobutton
From: DSSUSER <[email protected]>
Reply-To: logicahealth/InfoButtons <[email protected]>
Date: Friday, August 28, 2020 at 4:08 PM
To: logicahealth/InfoButtons <[email protected]>
Cc: Subscribed <[email protected]>
Subject: Re: [logicahealth/InfoButtons] DOCKER (#15)
GM Andrew,
Do you have a link to your latest Docker InfoButtons image?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#15 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AA7KXWN57JEIFWQZYAALO4DSDATGZANCNFSM4DNABUMQ>.
|
Hi, it would be great to have DOCKER Image available with Docker Compose for full spinning up container. As, it will help spin it up Quickly.
Thanks
The text was updated successfully, but these errors were encountered: