Debian ? #26
Unanswered
jbhrfx9280
asked this question in
Q&A
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. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for responding so fast. I really want to follow you and learn
from all your examples and classes. You seem to be well known in the
industry and someone that knows what he's talking about. I appreciate your
time.
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>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions