标签: database docker db2 containers
我试图在运行时启动一个具有不同日期的容器:
docker run -it db container /bash/bin date +%T -s "20190322 10:00:00"
这也不会更改系统日期。