summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2014-11-20 09:39:41 +0100
committerStef Walter <stefw@redhat.com>2014-11-20 09:39:41 +0100
commit02cbd3e18e2e0997f983ae63e13a6f257b3e5d0e (patch)
tree90d25779a7434898e9a50c3e0d83553def6a15d4
parentc5904dd71c89f0d2e5f078a790b30e5baaef00fa (diff)
Document how to use Cockpit on RHEL Atomic Beta
-rw-r--r--content/cockpit/rhel-atomic-beta.md17
1 files changed, 17 insertions, 0 deletions
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.