Florian Vessaz wrote:

> To me it looks like the issue is triggered by something specific to the
> configuration of your Docker container. To enable us to reproduce the
> issue, would you be able to share a simple Dockerfile to build a Docker
> image in which the problem appears?

Whilst I don't have a _minimal_ Dockerfile, looking at my setup I think
the "non-standard" things I do are:

  $ docker \
    --tty --user=$(id -u) \
    --group-add=$(id -g) \
    --volume=/tmp:/tmp \
    --volume=/home:/home

.. particularly the last two.

If you can't reproduce, feel feel to close...


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

Reply via email to