Hi, great find.

However on my Debian/Raspberry, it also needs semicolons after the docker & exit commands.

For example:

#! /bin/bash
docker top “homeassistant”;
exit $?;

Cheers,
Jord