libresh / compose-matomo

Matomo docker-compose application for libre.sh-v1
GNU Affero General Public License v3.0
179 stars 67 forks source link

oci runtime error #10

Open schmunk42 opened 7 years ago

schmunk42 commented 7 years ago

Followed the README...

docker-compose up -d

After pulling the images...

ERROR: for app  oci runtime error: rootfs_linux.go:53: mounting "/var/lib/docker/aufs/mnt/b3b7caa43aa0cd01f25885d17d39f366e9dd2e5a583cc50bdc46fc3aa7be7f72/etc/ssmtp/revaliases" to rootfs "/var/lib/docker/aufs/mnt/b3b7caa43aa0cd01f25885d17d39f366e9dd2e5a583cc50bdc46fc3aa7be7f72" caused "not a directory"
ERROR: Encountered errors while bringing up the project.

From where should I get these files?

geoHeil commented 7 years ago

confirmed - same issue on the latest osx docker as well as on linux.

geoHeil commented 7 years ago

As I am just trying piwik for the first time and e-mail functionality is not so relevant just yet I will disable:

#- ./ssmtp.conf:/etc/ssmtp/ssmtp.conf
#- ./revaliases:/etc/ssmtp/revaliases

to temporarily fix / ignore the problem.

pierreozoux commented 7 years ago

@geoHeil is right... Sorry that it is not straight forward...

Do you have an idea to have best of both world? meaning:

geoHeil commented 7 years ago

Sorry. I do not have an idea.

greole commented 7 years ago

Is there a reason not to add a default ssmtp.conf and revaliases ?

pierreozoux commented 7 years ago

Ok, I did some work to make it easier.

Can you pull the latest version of here and confirm this is working for you? If not, please fell free to reopen :)

Thanks!

schmunk42 commented 7 years ago

Still problematic to run the app.

pierreozoux commented 7 years ago

external network, here is the new issue: https://github.com/indiehosters/piwik/issues/22

About the host mount, please hold on, I have to do some tests.