linux - Docker fixed date -


i have docker container running mongo server, , docker node application connects it.
in mongo have data dumped daily, , node has logic use yesterdays date when doing queries.

this test setup want use without updating mongo database daily.

is there way specify fixed date docker or node data in mongo still relevant?

is there way specify fixed date docker or node

no, not without impacting host (running docker daemon) well.

maybe can try running commands faketime installed.


Comments