docker volume を消す

2021/5/1
docker

起動中ならコンテナのid調べる

docker ps

コンテナ止める(消す

docker kill id

イメージを消す

docker container rm -v id

-v をつけるとvolumeも消せる