简体   繁体   中英

cannot stop container: : Cannot kill container : unknown error after kill: runc did not terminate sucessfully: fatal error: runtime: out of memory

I took the mysql backup from one Linux environment using below command, docker exec CONTAINER /usr/bin/mysqldump -u root --password=root DATABASE > backup.sql

Then i tried to restore the above sql dump to another Linux environment with below command, cat backup.sql | docker exec -i CONTAINER /usr/bin/mysql -u root --password=root DATABASE

Since it was taking more than 15 min, I stopped it with ctrl+c and now i am getting below error when i try to do anything with docker command. Please help.

" cannot stop container: : Cannot kill container : unknown error after kill: runc did not terminate sucessfully: fatal error: runtime: out of memory "

重新启动linux服务器后,问题解决了.....谢谢

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM