atx49559
Results
2
comments of
atx49559
sorry, I got it! run this cli command will be ok: ``` docker run \ --name myAlpine \ -v /etc/localtime:/etc/localtime:ro \ -v /etc/timezone:/etc/timezone:ro \ -it alpine ```
I think isobject only pick key-value type data, but I found other method to satisfied, thank you for reply. :)