I am trying to launch a container at runtime with a different date :
docker run -it db container /bash/bin date +%T -s "20190322 10:00:00"
This doesn't changes also the date of the system.
I am trying to launch a container at runtime with a different date :
docker run -it db container /bash/bin date +%T -s "20190322 10:00:00"
This doesn't changes also the date of the system.