Re: Confined Docker snap available

2016-11-01 Thread Peng Liu
Oh, I figured out the root cause. It's the permission. After added the user to the docker group, I can run docker commands now. $sudo gpasswd -a ${USER} docker Docker snap works perfectly! Thanks. On Tue, Nov 1, 2016 at 6:26 PM, Peng Liu wrote: > Hi Loïc, > > I also

Re: Confined Docker snap available

2016-11-01 Thread Peng Liu
Hi Loïc, I also realized that might be a problem in an old version. So I upgraded the snapd to the latest version. $ snap --version snap 2.16ubuntu3 snapd 2.16ubuntu3 series 16 ubuntu 16.04 And I tried to install the docker from both stable and edge channel. In both cases, the plug and slot can

Re: Confined Docker snap available

2016-11-01 Thread Loïc Minier
Hi, What's the output of snap --version? Thanks! - Loïc Minier On Tue, Nov 1, 2016 at 4:21 AM, Peng Liu wrote: > Hi Loïc, > > I encountered some errors when I tried to connect the interfaces, for > example: > >

Re: Confined Docker snap available

2016-10-31 Thread Peng Liu
Hi Loïc, I encountered some errors when I tried to connect the interfaces, for example: sudo snap connect docker:docker-cli docker:docker-daemon error: cannot perform the following tasks: - Connect docker:docker-cli to docker:docker-daemon

Re: Confined Docker snap available

2016-10-21 Thread Steve Langasek
On Fri, Oct 21, 2016 at 08:42:13AM +0200, Oliver Grawert wrote: > On Fr, 2016-10-21 at 00:28 +0200, Loïc Minier wrote: > > > Any blockers for s390x? > > We need an OS snap for this arch first, and we don't have this ATM; > > maintaining a .deb might be less work – not sure. > we definitely

Re: Confined Docker snap available

2016-10-21 Thread Oliver Grawert
hi, On Fr, 2016-10-21 at 00:28 +0200, Loïc Minier wrote: >   > > Any blockers for s390x? > > We need an OS snap for this arch first, and we don't have this ATM; > maintaining a .deb might be less work – not sure. > we definitely have one ;)  http://people.canonical.com/~ogra/core-builds/ but

Re: Confined Docker snap available

2016-10-20 Thread Loïc Minier
On Thu, Oct 20, 2016 at 8:18 PM, Dustin Kirkland wrote: > > Because the docker.sock path is hardcoded in a lot of images, this snap > > conflicts with docker debs, so make sure you remove them first: > > sudo apt purge docker docker-engine > > Hmm, that feels like

Re: Confined Docker snap available

2016-10-20 Thread Dustin Kirkland
On Tue, Oct 18, 2016 at 4:48 AM, Loïc Minier wrote: > Hi! > > Docker is since some days available as a properly confined snap. This will > work on top of classic Ubuntu 16.04+ or on top of an up-to-date Ubuntu Core > series 16. Nice work :-) > Because the docker.sock