Some Docker containers should be started manually.
Prepare a script to run them, then a systemd unit to call this script.
In a first time, this script could be as easy as (extracted from P91):
#!/bin/sh
docker start acquisitariat devcentral wolfphab etherpad otrs_demo
Then, we could make it more powerful with a configuration file somewhere listing the containers to run.