From 02cbd3e18e2e0997f983ae63e13a6f257b3e5d0e Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 20 Nov 2014 09:39:41 +0100 Subject: Document how to use Cockpit on RHEL Atomic Beta --- content/cockpit/rhel-atomic-beta.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 content/cockpit/rhel-atomic-beta.md (limited to 'content/cockpit/rhel-atomic-beta.md') diff --git a/content/cockpit/rhel-atomic-beta.md b/content/cockpit/rhel-atomic-beta.md new file mode 100644 index 0000000..60952dc --- /dev/null +++ b/content/cockpit/rhel-atomic-beta.md @@ -0,0 +1,17 @@ +Title: Cockpit on RHEL Atomic Beta +Date: 2014-11-20 +Category: Cockpit +Tags: cockpit, linux, rhel, atomic +Slug: cockpit-on-rhel-atomic-beta + +If you've tried out the [RHEL Atomic Host Beta](http://developerblog.redhat.com/2014/11/11/red-hat-enterprise-linux-7-atomic-host-beta-now-available/) you might notice that Cockpit is not included by default, like it is in the Fedora Atomic or CentOS Atomic. But there's an easy work around: + + ::::text + $ sudo docker run --privileged -v /:/host -d stefwalter/cockpit-atomic:wip + +This is an interim solution, and has some drawbacks: + + * Only really allows Cockpit to be used as root. + * The Storage and user accounts UIs don't work. + +And in general privileged containers are a mixed bag. They're not portable, and really not containers at all, in the sense that they're not contained. But this is an easy way to get Cockpit going on RHEL Atomic for the time being. -- cgit v1.2.3