我已经在Ubuntu 18.4上安装了window.setInterval(function() {
reloadIFrame()
}, 3000);
function reloadIFrame() {
var frame = document.getElementById("iframe");
var len = frame.getElementsByTagName("TABLE").length;
if ( len == 0 ){
console.log('reloading..');
document.getElementById('iframe').contentWindow.location.reload();
}
}
。
安装后的版本是18.03,这很好,但是重新启动后,它会自动降级到17.06。
docker-ce
我需要(客户端和服务器)都保持在18.03。否则我的docker镜像将无法正常工作。