• SIS Lab
  • >
  • Blog
  • >
  • RancherOSで全てのコンテナを削除する方法

RancherOSで全てのコンテナを削除する方法

更新日:2020.07.16 作成日:2018.05.01
docker rm -f $(docker ps -qa)
sudo reboot
sudo rm -rf /var/lib/rancher/state

Refarence

After remove a host from rancher, how to clean agent containers and iptable rules? - Rancher - Rancher Forums

Related contents