起動中ならコンテナのid調べる
docker ps
コンテナ止める(消す
docker kill id
イメージを消す
docker container rm -v id
-v をつけるとvolumeも消せる