Limit memory on a Docker container doesn't work

前端 未结 5 1362
既然无缘
既然无缘 2020-12-12 22:04

I am running the last version of Docker on top of Ubuntu 13.04 (Raring Ringtail):

root@docker:~# docker version
Client version: 0.6.6
Go version (client         


        
5条回答
  •  余生分开走
    2020-12-12 23:02

    Run the command: docker stats to see the memory limits you specified applied on containers.

提交回复
热议问题