debug compose containers
Created on May 19, 2026
docker, commandline
Sometimes, your container from compose will not start.
could be because the file system mounts are broken.
You want to investigate the problem, but the container won’t start.
what to do?
grafana:
image: grafana/grafana-oss:13.0.1
entrypoint: ["/bin/ash", "-c"]
command: "top"