-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
I just tested out the CentOS-7-x86_64-AtomicHost-20141029_02.qcow2 and found an issue with the cockpit-docker integration. To read the images and containers currently residing on the atomic host, cockpit-agent needs to connect to /var/run/docker.sock to which it does not have permission. I did a "chmod o+rw /var/run/docker.sock" to make it work on my test system. Is this a known issue or should I file a bug somewhere?
In this case you can go into the 'Users Accounts' in cockpit, click on the user, and 'Change Roles' to add 'Container Administrator'. Then log out and back in.
This gives the user the permission to access /var/run/docker.sock (ie: puts them in the docker group).
Stef
On 11/12/2014 02:19 PM, Stef Walter wrote:
In this case you can go into the 'Users Accounts' in cockpit, click on the user, and 'Change Roles' to add 'Container Administrator'. Then log out and back in.
This gives the user the permission to access /var/run/docker.sock (ie: puts them in the docker group).
Is "Container Administrator" new(ish)?
We currently have cockpit-0.24 in CentOS Atomic Host. When I look at roles, I see:
* Server Administrator * User Account Administrator * Realm Administrator * Storage Administrator
Best,
jzb
On Wed, 12 Nov 2014, Joe Brockmeier wrote:
Is "Container Administrator" new(ish)?
We currently have cockpit-0.24 in CentOS Atomic Host. When I look at roles, I see:
lots of movement in Version number upstream:
[herrold@centos-6 ~]$ srcfind cockpit | \ sed -e 's@/var/ftp/pub/nfs/mirror/redhat/@@g' Info: concise mode cockpit rawhide/c/cockpit-0.22-1.fc22.src.rpm cockpit rawhide/c/cockpit-0.23-1.fc22.src.rpm cockpit rawhide/c/cockpit-0.24-1.fc22.src.rpm cockpit rawhide/c/cockpit-0.25-1.fc22.src.rpm cockpit rawhide/c/cockpit-0.26-1.fc22.src.rpm cockpit rawhide/c/cockpit-0.27-1.fc22.src.rpm cockpit rawhide/c/cockpit-0.28-1.fc22.src.rpm cockpit rawhide/c/cockpit-0.29-3.fc22.src.rpm
-- Russ herrold
On 13.11.2014 02:04, R P Herrold wrote:
On Wed, 12 Nov 2014, Joe Brockmeier wrote:
Is "Container Administrator" new(ish)?
We currently have cockpit-0.24 in CentOS Atomic Host. When I look at roles, I see:
lots of movement in Version number upstream:
[herrold@centos-6 ~]$ srcfind cockpit | \ sed -e 's@/var/ftp/pub/nfs/mirror/redhat/@@g' Info: concise mode cockpit rawhide/c/cockpit-0.22-1.fc22.src.rpm cockpit rawhide/c/cockpit-0.23-1.fc22.src.rpm cockpit rawhide/c/cockpit-0.24-1.fc22.src.rpm cockpit rawhide/c/cockpit-0.25-1.fc22.src.rpm cockpit rawhide/c/cockpit-0.26-1.fc22.src.rpm cockpit rawhide/c/cockpit-0.27-1.fc22.src.rpm cockpit rawhide/c/cockpit-0.28-1.fc22.src.rpm cockpit rawhide/c/cockpit-0.29-3.fc22.src.rpm
I hope that this clarifies things:
https://lists.fedorahosted.org/pipermail/cockpit-devel/2014-November/000197....
Stef
On 11/13/2014 12:33 AM, Stef Walter wrote:
https://lists.fedorahosted.org/pipermail/cockpit-devel/2014-November/000197....
OK, we'll go with 0.27 as soon as possible.
Thanks!
Joe
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 13.11.2014 01:06, Joe Brockmeier wrote:
On 11/12/2014 02:19 PM, Stef Walter wrote:
In this case you can go into the 'Users Accounts' in cockpit, click on the user, and 'Change Roles' to add 'Container Administrator'. Then log out and back in.
This gives the user the permission to access /var/run/docker.sock (ie: puts them in the docker group).
Is "Container Administrator" new(ish)?
We currently have cockpit-0.24 in CentOS Atomic Host. When I look at roles, I see:
- Server Administrator * User Account Administrator * Realm
Administrator * Storage Administrator
Yes. should be around 0.26 or 0.27. 0.27 is the most recent stable Cockpit version, which was included in Fedora 21 Server for example.
See:
https://github.com/cockpit-project/cockpit/releases
You can also perform this action manually from the command line by adding the user to the 'docker' group.
Stef