Closed RomainTT closed 3 years ago
You have to also mount as a volume - /etc/localtime:/etc/localtime:ro
I found this trick from https://thingsiforgetblog.wordpress.com/2019/03/30/docker-compose-yaml-examples/
Or just run yobasystems/alpine-mariadb:10.5.9
If you are on a raspberry pi 4, then using a 64bit os mitigates this problem also. Only affected systems are 32bit.
Also see here as it has already been discussed.
Thank you, I didn’t see #47, I should be able to make it work then.
Hello,
Since version
10.5.8
, the image does not run correctly on my Raspberry Pi 4.The container stops with the following error:
Indeed, when I run the command
date
in a shell in this container, I got a series of numbers with no meaning. When I run this same command on version10.4.17
, I get a correct date string.I don’t know why but there is a problem with time since that version.