Introducing the “rhel-tools” for RHEL Atomic Host
developerblog.redhat.com
Introducing the “rhel-tools” for RHEL Atomic Host
1–10 of 18 posts
Re: Introducing the “rhel-tools” for RHEL Atomic Host
#2Re: Introducing the “rhel-tools” for RHEL Atomic Host
#3Maybe containers can be the norm for all systems. Not just specialized server OSes. Need to install a video editing suite that has many packages? - use the container, etc.
Re: Introducing the “rhel-tools” for RHEL Atomic Host
#4Maybe containers can be the norm for all systems. Not just specialized server OSes. Need to install a video editing suite that has many packages? - use the container, etc.
Re: Introducing the “rhel-tools” for RHEL Atomic Host
#5Maybe containers can be the norm for all systems. Not just specialized server OSes. Need to install a video editing suite that has many packages? - use the container, etc.
I can't help but think what a failure of the Linux user land this is - we're essentially saying the only thing we can count on being there is the kernel?
The question is, how to deploy an application in this kind of environment? Maybe I build a minimal container and find that a DBMS works fine until it does something like dlopen("/usr/lib/libxml2.so"). Oops, rebuild the container with another library and try again.
After fixing one of the broken links in the blog post, I found this article, which describes an Oracle container:
http://rhelblog.redhat.com/2014/10/29/containerizing-databas...
Re: Introducing the “rhel-tools” for RHEL Atomic Host
#6Maybe containers can be the norm for all systems. Not just specialized server OSes. Need to install a video editing suite that has many packages? - use the container, etc.
I can't help but think what a failure of the Linux user land this is - we're essentially saying the only thing we can count on being there is the kernel?
Re: Introducing the “rhel-tools” for RHEL Atomic Host
#7Maybe containers can be the norm for all systems. Not just specialized server OSes. Need to install a video editing suite that has many packages? - use the container, etc.
To make this workable, I guess you have to union mount the application-specific filesystem over a filesystem with ABI-stable system libraries.
Re: Introducing the “rhel-tools” for RHEL Atomic Host
#8Earlier quoted context omitted.
I can't help but think what a failure of the Linux user land this is - we're essentially saying the only thing we can count on being there is the kernel?
Despite the plethora of Docker articles here on HN, I haven't paid much attention to containers. Reading this article, I get the impression that they occupy a niche somewhere between a chroot jail and a VM. The question is, how to deploy an application in this kind of environment? Maybe I build a minimal container and find that a DBMS works fine until it does something like dlopen("/usr/lib/libxml2.so"). Oops, rebuil…
Re: Introducing the “rhel-tools” for RHEL Atomic Host
#9Earlier quoted context omitted.
I can't help but think what a failure of the Linux user land this is - we're essentially saying the only thing we can count on being there is the kernel?
Despite the plethora of Docker articles here on HN, I haven't paid much attention to containers. Reading this article, I get the impression that they occupy a niche somewhere between a chroot jail and a VM. The question is, how to deploy an application in this kind of environment? Maybe I build a minimal container and find that a DBMS works fine until it does something like dlopen("/usr/lib/libxml2.so"). Oops, rebuil…
Re: Introducing the “rhel-tools” for RHEL Atomic Host
#10Maybe containers can be the norm for all systems. Not just specialized server OSes. Need to install a video editing suite that has many packages? - use the container, etc.