Hello,
I would like to execute a simple command to modify the timezone (with a redirection) inside a LXC container.
This command changes the timezone in the physical server (IP 192.168.1.2) and not inside the LXC container (ID 101).
Do you have a solution for this issue?
Regards,
YA
I would like to execute a simple command to modify the timezone (with a redirection) inside a LXC container.
Code:
ssh root@192.168.1.2 pct exec 101 "-- echo Europe/Paris > /etc/timezone"
This command changes the timezone in the physical server (IP 192.168.1.2) and not inside the LXC container (ID 101).
Do you have a solution for this issue?
Regards,
YA