Skip to content

Sharing my experience in UBUNTU docker and EOS

Hi,

I managed to mount my eos home page in this docker. But I found three problems:

  1. I need to install Root to get some library dependencies (e.g., libXrdCl.so.2)

  2. I need to neglect the suggestion

echo -e "Package: xrootd* libxrd* libxrootd*\nPin: version 4.12.5\nPin-Priority: 1000" > /etc/apt/preferences.d/xrootd.pref

at https://cern.service-now.com/service-portal?id=kb_article&n=KB0006614 (thanks a lot for the explanation!)

  1. I need to run the docker with some privileges to use the fuse module.
docker run -ti --cap-add SYS_ADMIN --device /dev/fuse sterbini/test

A big thanks @fluchet for the explanations!

Edited by Guido Sterbini