List all Docker containers without healthcheck
List and find all Docker containers without an healthcheck
docker ps --filter "health=none" --format '{{.ID}} \t {{.Names}}'
List and find all Docker containers without an healthcheck
docker ps --filter "health=none" --format '{{.ID}} \t {{.Names}}'
Tags: Script