docker: Error response from daemon: Conflict. The container name "/hogehoge" is already in use by container "aaaaaaaaaaaaaaaaaa". You have to remove (or rename) that container to be able to reuse that name.
のようなエラーは度々出るが、
docker remove aaaaaaaaaaaaa
としてもイメージは消せない。すべきは、
docker rm aaaaaaaaa
だ。