• 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

B! Pocket

Related contents

TECH

2018.02.24

Dockerコンテナ内からホスト側のDockerを操作する

TECH

2018.02.18

ConohaVPSでCoreOSやRancherOSを入れる際に困ったこと