I was not able to run my `docker-compose` commands earlier:
for example dcd up

dcd ps

after turning on –verbose, dcd --verbose ps
, turns out the issue is with one of the containers:


This is a front end container, which also explains why I am not able to hot reload the pages, even though I already have the volume mount.
and in case, docker kill
is also not working, then do a restart of docker, followed by docker stop
and docker rm
