I have a docker application. It is running fine on IBM zCX docker environment. Every time the LPAR is IPLed and zCX reboots, I will have to start my docker container manually. I checked the getting started guide for IBM zCX. It does not talk about how to start the docker application when zCX boots up every-time.
On Linux, I used either init.d or systemd service to auto-start my docker containers.
What is the recommended way to autostart the docker container when zCX server comes up?