Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork371
Debian ?#26
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
It appears this example was built for Debian based platform. Can this be converted over to run on RHEL? I have tried and it fails. I have worked in many large data centers and the DOJ and none of them use Debian based Linux servers. I would love to try some of these examples on the platform I know. |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 2 comments 1 reply
-
The Dockerfile uses Debian but you can use whatever distro you want for your Docker host, there's nothing specific that would cause things not to work on a RHEL based system. If you wanted to use RHEL inside of the running environment of the app you would need to change the Dockerfile to use RHEL instead of Debian and then re-write all of the bits that are specific to Debian. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Thank you for responding so fast. I really want to follow you and learnfrom all your examples and classes. You seem to be well known in theindustry and someone that knows what he's talking about. I appreciate yourtime.John …On Mon, Oct 3, 2022, 10:00 AM Nick Janetakis ***@***.***> wrote: The Dockerfile uses Debian but you can use whatever distro you want for your Docker host, there's nothing specific that would cause things not to work on a RHEL based system. If you wanted to use RHEL inside of the running environment of the app you would need to change the Dockerfile to use RHEL instead of Debian and then re-write all of the bits that are specific to Debian. — Reply to this email directly, view it on GitHub <#26 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/A2WB4O3BEJO3DFW7ZC3KEWLWBLYH5ANCNFSM6AAAAAAQ3U3U2A> . You are receiving this because you authored the thread.Message ID: ***@***.*** com> |
BetaWas this translation helpful?Give feedback.
All reactions
👍 1
-
No problem, happy to help! |
BetaWas this translation helpful?Give feedback.