i open DockerDesktop and see NO containers, just my image, no volumes
to be sure i type
docker ps -a
and there are no containers !!
but i get this error…
docker-compose up
Error response from daemon: Conflict. The container name “/myproject” is already in use by container “660ce781dfce7e878a175c2cabe6e2bbd131fd022fca0df85b49f464aa8bd880”. You have to remove (or rename) that container to be able to reuse that name.
if i do
docker-compose down
docker ps -a
there are NO containers
But
docker-compose up
gives same ERROR (different container number)
please advise