Maison > Questions et réponses > le corps du texte
在某些环境下,可能需要大量的新建docker虚拟机,然后仅仅运行几秒钟,然后就彻底删除,如运行单元测试,oj判题。这些情况下保存虚拟机的状态是完全没有必要的,如何让docker把虚拟机产生的文件完全放在内存中?
天蓬老师2017-04-21 11:17:19
docker run
Il existe une option--rm
--rm=false Automatically remove the container when it exits (incompatible with -d)