On 30-09-2022 15:40, Mája Tomášek wrote: > +(define-configuration/no-serialization docker-container-configuration > + (name > + (symbol '()) > + "Name of the docker container. Will be used to denote service to Shepherd and must be unique! > +We recommend, that the name of the container is prefixed with @code{docker-}.") On uniqueness: on second thought, that's probably already handled by the general service code, probably no need for an additional check here. Greetings, Maxime.