Re: Docker in Debian Jessie

2016-07-11 Thread Daniel Bareiro
On 10/07/16 13:24, Erwan David wrote: >>> From what I've read here [1], it seems that this filesystem was >>> introduced with Linux 3.18. And I'm using here 3.16: >>> >>> # uname -a >>> Linux orion 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08) >>> x86_64 GNU/Linux >>> >>> Are you using

Re: Docker in Debian Jessie

2016-07-10 Thread Erwan David
Le 10/07/2016 à 18:21, Gilles Mocellin a écrit : > Le 08/07/2016 à 21:08, Daniel Bareiro a écrit : >> Hello, Gilles. >> [...] > >> From what I've read here [1], it seems that this filesystem was >> introduced with Linux 3.18. And I'm using here 3.16: >> >> # uname -a >> Linux orion 3.16.0-4-amd64

Re: Docker in Debian Jessie

2016-07-10 Thread Gilles Mocellin
Le 08/07/2016 à 21:08, Daniel Bareiro a écrit : Hello, Gilles. [...] From what I've read here [1], it seems that this filesystem was introduced with Linux 3.18. And I'm using here 3.16: # uname -a Linux orion 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08) x86_64 GNU/Linux Are you

Re: Docker in Debian Jessie

2016-07-08 Thread Daniel Bareiro
Hello, Gilles. >> Docker tries to use aufs as storage (for /var/lib/docker). >> aufs is not in the Debian kernel. >> >> The easiest way I find was to configure Docker to use overalyfs instead. >> >> Here comes the second problem : systemd. >> >> With sysvinit, you simply hav to put a launch option

Re: Docker in Debian Jessie

2016-07-08 Thread Daniel Bareiro
On 08/07/16 15:15, Gilles Mocellin wrote: >>> I am trying to install Docker Engine 1.11 on Debian GNU/Linux Jessie >>> (8.5). From what I read in the documentation [1], Debian Jessie is a >>> supported distribution. However, I am having some problems installing: >>> >>> (...) > Hello, Hello, Gil

Re: Docker in Debian Jessie

2016-07-08 Thread Gilles Mocellin
Le 08/07/2016 à 19:48, Daniel Bareiro a écrit : On 08/07/16 14:45, Daniel Bareiro wrote: Hi all! I am trying to install Docker Engine 1.11 on Debian GNU/Linux Jessie (8.5). From what I read in the documentation [1], Debian Jessie is a supported distribution. However, I am having some problems

Re: Docker in Debian Jessie

2016-07-08 Thread Daniel Bareiro
On 08/07/16 14:45, Daniel Bareiro wrote: > Hi all! > > I am trying to install Docker Engine 1.11 on Debian GNU/Linux Jessie > (8.5). From what I read in the documentation [1], Debian Jessie is a > supported distribution. However, I am having some problems installing: > > (...) Sorry. I forgot